Automated spec update (121505)

This commit is contained in:
Nelly (automation bot) 2025-06-10 19:17:33 +00:00
parent 99ab1fbc88
commit 2456f4aede
2 changed files with 64 additions and 58 deletions

View file

@ -9057,35 +9057,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "object", "$ref": "#/components/schemas/UpdateApplicationUserRoleConnectionRequest"
"properties": {
"platform_name": {
"type": [
"string",
"null"
],
"maxLength": 50
},
"platform_username": {
"type": [
"string",
"null"
],
"maxLength": 100
},
"metadata": {
"type": [
"object",
"null"
],
"additionalProperties": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"maxProperties": 5
}
}
} }
} }
}, },
@ -31377,6 +31349,37 @@
"proxy_url" "proxy_url"
] ]
}, },
"UpdateApplicationUserRoleConnectionRequest": {
"type": "object",
"properties": {
"platform_name": {
"type": [
"string",
"null"
],
"maxLength": 50
},
"platform_username": {
"type": [
"string",
"null"
],
"maxLength": 100
},
"metadata": {
"type": [
"object",
"null"
],
"additionalProperties": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"maxProperties": 5
}
}
},
"UpdateDMRequestPartial": { "UpdateDMRequestPartial": {
"type": "object", "type": "object",
"properties": { "properties": {

View file

@ -9057,35 +9057,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"type": "object", "$ref": "#/components/schemas/UpdateApplicationUserRoleConnectionRequest"
"properties": {
"platform_name": {
"type": [
"string",
"null"
],
"maxLength": 50
},
"platform_username": {
"type": [
"string",
"null"
],
"maxLength": 100
},
"metadata": {
"type": [
"object",
"null"
],
"additionalProperties": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"maxProperties": 5
}
}
} }
} }
}, },
@ -31809,6 +31781,37 @@
"proxy_url" "proxy_url"
] ]
}, },
"UpdateApplicationUserRoleConnectionRequest": {
"type": "object",
"properties": {
"platform_name": {
"type": [
"string",
"null"
],
"maxLength": 50
},
"platform_username": {
"type": [
"string",
"null"
],
"maxLength": 100
},
"metadata": {
"type": [
"object",
"null"
],
"additionalProperties": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"maxProperties": 5
}
}
},
"UpdateDMRequestPartial": { "UpdateDMRequestPartial": {
"type": "object", "type": "object",
"properties": { "properties": {