Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/v3/source/includes/resources/users/_create.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Name | Type | Description
**guid** | _string_ | Unique identifier for the user. For UAA users this will match the UAA user ID; in the case of UAA clients, this will match the UAA client ID |
**username** | _string_ | Username of the user to be created. This can only be provided together with `origin`. |
**origin** | _string_ | Origin of the user to be created. This can only be provided together with `username` and cannot be `uaa`. |
**metadata.labels** | [_label object_](#links) | Labels applied to the user |
**metadata.annotations** | [_annotation object_](#links) | Annotations added to the user |
**metadata.labels** | [_label object_](#labels) | Labels applied to the user |
**metadata.annotations** | [_annotation object_](#annotations) | Annotations added to the user |

#### Permitted roles

Expand Down
4 changes: 2 additions & 2 deletions docs/v3/source/includes/resources/users/_object.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Example User object
| **username** | _string_ | The name registered in UAA; will be `null` for UAA clients and non-UAA users |
| **presentation_name** | _string_ | The name displayed for the user; for UAA users, this is the same as the username. For UAA clients, this is the UAA client ID |
| **origin** | _string_ | The identity provider for the UAA user; will be `null` for UAA clients |
| **metadata.labels** | [_label object_](#links) | Labels applied to the user |
| **metadata.annotations** | [_annotation object_](#links) | Annotations added to the user |
| **metadata.labels** | [_label object_](#labels) | Labels applied to the user |
| **metadata.annotations** | [_annotation object_](#annotations) | Annotations added to the user |
| **links** | [_links object_](#links) | Links to related resources |
4 changes: 2 additions & 2 deletions docs/v3/source/includes/resources/users/_update.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Content-Type: application/json

Name | Type | Description
------- | ------- | -----------
**metadata.labels** | [_label object_](#links) | Labels applied to the app |
**metadata.annotations** | [_annotation object_](#links) | Annotations added to the user |
**metadata.labels** | [_label object_](#labels) | Labels applied to the app |
**metadata.annotations** | [_annotation object_](#annotations) | Annotations added to the user |

#### Permitted roles

Expand Down