Automated spec update (21698)
This commit is contained in:
parent
44f6253fbd
commit
7f7ae444e7
|
@ -26355,14 +26355,14 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"duration_seconds": {
|
||||
"type": "integer",
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2419200
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"duration_seconds"
|
||||
]
|
||||
}
|
||||
},
|
||||
"UserCommunicationDisabledActionMetadataResponse": {
|
||||
"type": "object",
|
||||
|
|
|
@ -26792,14 +26792,14 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"duration_seconds": {
|
||||
"type": "integer",
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2419200
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"duration_seconds"
|
||||
]
|
||||
}
|
||||
},
|
||||
"UserCommunicationDisabledActionMetadataResponse": {
|
||||
"type": "object",
|
||||
|
|
Loading…
Reference in New Issue