Commit ee57ce1e authored by Robert Speicher's avatar Robert Speicher

Merge branch 'docs-api-styleguide-ff' into 'master'

Document API desc block when released behind a feature flag

See merge request gitlab-org/gitlab!23586
parents 8460191c 87c88a14
......@@ -19,7 +19,7 @@ for a good example):
- `desc` for the method summary. You should pass it a block for additional
details such as:
- The GitLab version when the endpoint was added
- The GitLab version when the endpoint was added. If it is behind a feature flag, mention that instead: _This feature is gated by the :feature\_flag\_symbol feature flag._
- If the endpoint is deprecated, and if so, when will it be removed
- `params` for the method params. This acts as description,
......
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