mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
a174cf48d3
commit
0d8e86daf3
@@ -71654,6 +71654,14 @@
|
||||
],
|
||||
"summary": "List Identities",
|
||||
"description": "This API returns a list of identities.",
|
||||
"security": [
|
||||
{
|
||||
"UserContextAuth": [
|
||||
"idn:identity:read",
|
||||
"idn:identity:manage"
|
||||
]
|
||||
}
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"in": "query",
|
||||
@@ -72222,7 +72230,8 @@
|
||||
"security": [
|
||||
{
|
||||
"UserContextAuth": [
|
||||
"idn:identity:read"
|
||||
"idn:identity:read",
|
||||
"idn:identity:manage"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -54271,6 +54271,10 @@ paths:
|
||||
- Identities
|
||||
summary: List Identities
|
||||
description: This API returns a list of identities.
|
||||
security:
|
||||
- UserContextAuth:
|
||||
- 'idn:identity:read'
|
||||
- 'idn:identity:manage'
|
||||
parameters:
|
||||
- in: query
|
||||
name: filters
|
||||
@@ -54726,6 +54730,7 @@ paths:
|
||||
security:
|
||||
- UserContextAuth:
|
||||
- 'idn:identity:read'
|
||||
- 'idn:identity:manage'
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user