Skip to content

Commit 9af89ba

Browse files
fix: api doc links (#4750)
- before, these links were pointing to the wrong objects
1 parent 66696e6 commit 9af89ba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/v3/source/includes/resources/users/_create.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Name | Type | Description
7373
**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 |
7474
**username** | _string_ | Username of the user to be created. This can only be provided together with `origin`. |
7575
**origin** | _string_ | Origin of the user to be created. This can only be provided together with `username` and cannot be `uaa`. |
76-
**metadata.labels** | [_label object_](#links) | Labels applied to the user |
77-
**metadata.annotations** | [_annotation object_](#links) | Annotations added to the user |
76+
**metadata.labels** | [_label object_](#labels) | Labels applied to the user |
77+
**metadata.annotations** | [_annotation object_](#annotations) | Annotations added to the user |
7878

7979
#### Permitted roles
8080

docs/v3/source/includes/resources/users/_object.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Example User object
1515
| **username** | _string_ | The name registered in UAA; will be `null` for UAA clients and non-UAA users |
1616
| **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 |
1717
| **origin** | _string_ | The identity provider for the UAA user; will be `null` for UAA clients |
18-
| **metadata.labels** | [_label object_](#links) | Labels applied to the user |
19-
| **metadata.annotations** | [_annotation object_](#links) | Annotations added to the user |
18+
| **metadata.labels** | [_label object_](#labels) | Labels applied to the user |
19+
| **metadata.annotations** | [_annotation object_](#annotations) | Annotations added to the user |
2020
| **links** | [_links object_](#links) | Links to related resources |

docs/v3/source/includes/resources/users/_update.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Content-Type: application/json
3737

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

4343
#### Permitted roles
4444

0 commit comments

Comments
 (0)