Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specs/SHIELD.json
Original file line number Diff line number Diff line change
Expand Up @@ -3592,11 +3592,11 @@
]
}
},
"/Api/Deploy/Remediate/BreakGlass": {
"/Api/Deploy/BreakGlass": {
"get": {
"summary": "Checks the status of the break glass groups and required users existence.",
"description": "Retrieves the status of required user quantity existence in the break glass group.\n\nThis endpoint requires the `Deploy.Read` scope (permission).",
"operationId": "/Api/Deploy/Remediate/BreakGlass/Get",
"operationId": "/Api/Deploy/BreakGlass/Get",
"responses": {
"200": {
"content": {
Expand Down