Compare commits

..

2 commits

Author SHA1 Message Date
Nelly (automation bot)
2a2605c2df Automated spec update (121553) 2025-06-10 20:20:27 +00:00
Nelly (automation bot)
2456f4aede Automated spec update (121505) 2025-06-10 19:17:33 +00:00
2 changed files with 84 additions and 58 deletions

View file

@ -9057,35 +9057,7 @@
"content": {
"application/json": {
"schema": {
"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
}
}
"$ref": "#/components/schemas/UpdateApplicationUserRoleConnectionRequest"
}
}
},
@ -31369,6 +31341,16 @@
"string",
"null"
]
},
"attachment_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
},
"required": [
@ -31377,6 +31359,37 @@
"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": {
"type": "object",
"properties": {

View file

@ -9057,35 +9057,7 @@
"content": {
"application/json": {
"schema": {
"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
}
}
"$ref": "#/components/schemas/UpdateApplicationUserRoleConnectionRequest"
}
}
},
@ -31801,6 +31773,16 @@
"string",
"null"
]
},
"attachment_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
},
"required": [
@ -31809,6 +31791,37 @@
"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": {
"type": "object",
"properties": {