Skip to content
Open
Show file tree
Hide file tree
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
48 changes: 48 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13825,6 +13825,54 @@ menu:
- ListSCIMUsers
unstable: []
order: 1
- name: Get schema
url: '#get-schema'
identifier: scim-get-schema
parent: scim
generated: true
params:
versions:
- v2
operationids:
- GetSCIMSchema
unstable: []
order: 16
- name: List schemas
url: '#list-schemas'
identifier: scim-list-schemas
parent: scim
generated: true
params:
versions:
- v2
operationids:
- ListSCIMSchemas
unstable: []
order: 15
- name: Get resource type
url: '#get-resource-type'
identifier: scim-get-resource-type
parent: scim
generated: true
params:
versions:
- v2
operationids:
- GetSCIMResourceType
unstable: []
order: 14
- name: List resource types
url: '#list-resource-types'
identifier: scim-list-resource-types
parent: scim
generated: true
params:
versions:
- v2
operationids:
- ListSCIMResourceTypes
unstable: []
order: 13
- name: Update group
url: '#update-group'
identifier: scim-update-group
Expand Down
Loading
Loading