Compare commits

..

No commits in common. "2a2605c2df77df198aef8fc78e298a3652cbd746" and "99ab1fbc88be2a3a34c5fabab4cbef18af5e3260" have entirely different histories.

2 changed files with 58 additions and 84 deletions

View file

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