Docs: Add parameter definition to swagger for RBAC debug endpoint (#89097)
add parameter definition to swagger for RBAC debug endpoint
This commit is contained in:
@@ -3127,6 +3127,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"CloudMigrationRequest": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"authToken": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"CloudMigrationResponse": {
|
"CloudMigrationResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -4630,6 +4638,29 @@
|
|||||||
"$ref": "#/definitions/Frame"
|
"$ref": "#/definitions/Frame"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"GetAccessTokenResponseDTO": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"createdAt": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"displayName": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"expiresAt": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"firstUsedAt": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"lastUsedAt": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"GetAnnotationTagsResponse": {
|
"GetAnnotationTagsResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "GetAnnotationTagsResponse is a response struct for FindTagsResult.",
|
"title": "GetAnnotationTagsResponse is a response struct for FindTagsResult.",
|
||||||
@@ -6610,6 +6641,32 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"SearchDTO": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"action": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"basicRole": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"onlyRoles": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"roleName": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"scope": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"teamId": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"userId": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"SearchDeviceQueryResult": {
|
"SearchDeviceQueryResult": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -8276,6 +8333,15 @@
|
|||||||
"$ref": "#/definitions/CreateAccessTokenResponseDTO"
|
"$ref": "#/definitions/CreateAccessTokenResponseDTO"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"cloudMigrationDeleteTokenResponse": {
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
"cloudMigrationGetTokenResponse": {
|
||||||
|
"description": "",
|
||||||
|
"schema": {
|
||||||
|
"$ref": "#/definitions/GetAccessTokenResponseDTO"
|
||||||
|
}
|
||||||
|
},
|
||||||
"cloudMigrationListResponse": {
|
"cloudMigrationListResponse": {
|
||||||
"description": "",
|
"description": "",
|
||||||
"schema": {
|
"schema": {
|
||||||
|
|||||||
@@ -19350,6 +19350,32 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"SearchDTO": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"action": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"basicRole": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"onlyRoles": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"roleName": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"scope": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"teamId": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"userId": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"SearchDeviceQueryResult": {
|
"SearchDeviceQueryResult": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
@@ -9729,6 +9729,32 @@
|
|||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"SearchDTO": {
|
||||||
|
"properties": {
|
||||||
|
"action": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"basicRole": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"onlyRoles": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"roleName": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"scope": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"teamId": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"userId": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
"SearchDeviceQueryResult": {
|
"SearchDeviceQueryResult": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"devices": {
|
"devices": {
|
||||||
|
|||||||
Reference in New Issue
Block a user