Commit ce8c149a authored by Craig Norris's avatar Craig Norris

Merge branch 'docs-change-key-capitalization' into 'master'

Docs: change capitalization of "Key" to "key"

See merge request gitlab-org/gitlab!41469
parents a244a595 f2466dd6
......@@ -776,7 +776,7 @@ POST /user/keys
Parameters:
- `title` (required) - new SSH Key's title
- `title` (required) - new SSH key's title
- `key` (required) - new SSH key
- `expires_at` (optional) - The expiration date of the SSH key in ISO 8601 format (`YYYY-MM-DDTHH:MM:SSZ`)
......@@ -815,7 +815,7 @@ POST /users/:id/keys
Parameters:
- `id` (required) - ID of specified user
- `title` (required) - new SSH Key's title
- `title` (required) - new SSH key's title
- `key` (required) - new SSH key
- `expires_at` (optional) - The expiration date of the SSH key in ISO 8601 format (`YYYY-MM-DDTHH:MM:SSZ`)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment