Update descriptions from PR comments

This commit is contained in:
Ivan Californias 2022-07-28 20:00:31 -05:00
parent 5202184cc0
commit 4bae2ec02c
2 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
.jekyll-metadata .jekyll-metadata
_site/** _site/**
.sass-cache/** .sass-cache/**
.vscode
CNAME CNAME
_kbase/** _kbase/**
/vendor /vendor

View File

@ -103,7 +103,8 @@ tags:
- name: scim - name: scim
x-displayName: SCIM x-displayName: SCIM
description: | description: |
Endpoints for SCIM integrations. SCIM is a provisioning system that lets you manage users within your identity provider (IdP).
For more information, see [System for Cross-domain Identity management](https://docs.docker.com/docker-hub/scim/).
x-tagGroups: x-tagGroups:
- name: General - name: General
tags: tags:
@ -981,13 +982,12 @@ paths:
get: get:
summary: List users summary: List users
description: | description: |
Returns paginated users for an organization. Use `startIndex` and List users, returns paginated users for an organization. Use `startIndex`
`count` query parameters to receive paginated results. and `count` query parameters to receive paginated results.
**Sorting:**<br> **Sorting:**<br>
Sorting allows you to specify the order in which resources are returned Sorting lets you to specify the order of returned resources by specifying
by specifying a combination of `sortBy` and `sortOrder` query a combination of `sortBy` and `sortOrder` query parameters.
parameters.
The `sortBy` parameter specifies the attribute whose value will be used The `sortBy` parameter specifies the attribute whose value will be used
to order the returned responses. The `sortOrder` parameter defines the to order the returned responses. The `sortOrder` parameter defines the
@ -1117,7 +1117,7 @@ paths:
put: put:
summary: Update a user summary: Update a user
description: | description: |
Updates a user. This route is used to change the user's name, activate, Updates a user. Use this route to change the user's name, activate,
and deactivate the user. and deactivate the user.
tags: [ scim ] tags: [ scim ]
security: security: