Commit 76df07aa authored by Stan Hu's avatar Stan Hu

Merge branch 'mjang-rest-graphql-changelog' into 'master'

Add changelog requirements for REST/GraphQL API docs

See merge request gitlab-org/gitlab!45911
parents 4a7512bd 1db10ec9
...@@ -90,3 +90,7 @@ Be aware that CI tests for that second MR will fail with a bad link until the ...@@ -90,3 +90,7 @@ Be aware that CI tests for that second MR will fail with a bad link until the
main MR that adds the new GraphQL page is merged. Therefore, only merge the MR against the main MR that adds the new GraphQL page is merged. Therefore, only merge the MR against the
[`gitlab-docs`](https://gitlab.com/gitlab-org/gitlab-docs) repository after the content has [`gitlab-docs`](https://gitlab.com/gitlab-org/gitlab-docs) repository after the content has
been merged and live on `docs.gitlab.com`. been merged and live on `docs.gitlab.com`.
## Include a changelog entry
All client-facing changes **must** include a [changelog entry](../changelog.md).
...@@ -178,3 +178,8 @@ do something like this: ...@@ -178,3 +178,8 @@ do something like this:
```shell ```shell
curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" --data "skip_users[]=<user_id>" --data "skip_users[]=<user_id>" "https://gitlab.example.com/api/v4/projects/<project_id>/users" curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" --data "skip_users[]=<user_id>" --data "skip_users[]=<user_id>" "https://gitlab.example.com/api/v4/projects/<project_id>/users"
``` ```
## Include a changelog entry
All client-facing changes **must** include a [changelog entry](../changelog.md).
This does not include internal APIs.
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