downvote
This commit is contained in:
@@ -160,6 +160,13 @@ func init() {
|
||||
"name": "project_id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Session UUID",
|
||||
"name": "session_uuid",
|
||||
"in": "query",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -365,6 +372,13 @@ func init() {
|
||||
"name": "project_id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Session UUID",
|
||||
"name": "session_uuid",
|
||||
"in": "query",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
Reference in New Issue
Block a user