Docs: Update OpenAPI specifications (#101173)

pull/101645/head
Ezequiel Victorero 3 months ago committed by GitHub
parent 5ffca57a5d
commit ce0d48746f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      public/api-enterprise-spec.json
  2. 6
      public/api-merged.json
  3. 6
      public/openapi3.json

@ -3754,6 +3754,9 @@
},
"state": {
"$ref": "#/definitions/State"
},
"subject": {
"type": "string"
}
}
},
@ -6708,6 +6711,9 @@
"state": {
"$ref": "#/definitions/State"
},
"subject": {
"type": "string"
},
"uid": {
"type": "string"
},

@ -14240,6 +14240,9 @@
},
"state": {
"$ref": "#/definitions/State"
},
"subject": {
"type": "string"
}
}
},
@ -19492,6 +19495,9 @@
"state": {
"$ref": "#/definitions/State"
},
"subject": {
"type": "string"
},
"uid": {
"type": "string"
},

@ -4295,6 +4295,9 @@
},
"state": {
"$ref": "#/components/schemas/State"
},
"subject": {
"type": "string"
}
},
"type": "object"
@ -9547,6 +9550,9 @@
"state": {
"$ref": "#/components/schemas/State"
},
"subject": {
"type": "string"
},
"uid": {
"type": "string"
},

Loading…
Cancel
Save