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
_site/**
.sass-cache/**
.vscode
CNAME
_kbase/**
/vendor

View File

@ -103,7 +103,8 @@ tags:
- name: scim
x-displayName: SCIM
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:
- name: General
tags:
@ -981,13 +982,12 @@ paths:
get:
summary: List users
description: |
Returns paginated users for an organization. Use `startIndex` and
`count` query parameters to receive paginated results.
List users, returns paginated users for an organization. Use `startIndex`
and `count` query parameters to receive paginated results.
**Sorting:**<br>
Sorting allows you to specify the order in which resources are returned
by specifying a combination of `sortBy` and `sortOrder` query
parameters.
Sorting lets you to specify the order of returned resources by specifying
a combination of `sortBy` and `sortOrder` query parameters.
The `sortBy` parameter specifies the attribute whose value will be used
to order the returned responses. The `sortOrder` parameter defines the
@ -1117,7 +1117,7 @@ paths:
put:
summary: Update a user
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.
tags: [ scim ]
security: