Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-10-01 15:16:46 +00:00
parent 9bfe01f361
commit 39e728a681
82 changed files with 974 additions and 440 deletions

View File

@ -70,7 +70,7 @@ Supported attributes:
| `attribute` | datatype | No | Detailed description. |
| `attribute` | datatype | No | Detailed description. |
If successful, returns [`<status_code>`](rest/index.md#status-codes) and the following
If successful, returns [`<status_code>`](rest/troubleshooting.md#status-codes) and the following
response attributes:
| Attribute | Type | Description |
@ -184,10 +184,10 @@ For example:
## Response body description
Start the description with the following sentence, replacing `status code` with the
relevant [HTTP status code](../../api/rest/index.md#status-codes), for example:
relevant [HTTP status code](../../api/rest/troubleshooting.md#status-codes), for example:
```markdown
If successful, returns [`200 OK`](../../api/rest/index.md#status-codes) and the
If successful, returns [`200 OK`](../../api/rest/troubleshooting.md#status-codes) and the
following response attributes:
```