Skip to content
代码片段 群组 项目
提交 1db10ec9 编辑于 作者: Mike Jang's avatar Mike Jang
浏览文件

Add changelog requirements for REST/GraphQL API docs

上级 2ee7dccf
No related branches found
No related tags found
无相关合并请求
......@@ -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
[`gitlab-docs`](https://gitlab.com/gitlab-org/gitlab-docs) repository after the content has
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:
```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"
```
## Include a changelog entry
All client-facing changes **must** include a [changelog entry](../changelog.md).
This does not include internal APIs.
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册