Commit b79733e3 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'update_internal_api_doc_namespace_plans' into 'master'

update internal api docs to remove old plan names

See merge request gitlab-org/gitlab!65565
parents fb9f861a 62c35f94
...@@ -529,7 +529,7 @@ POST /namespaces/:id/gitlab_subscription ...@@ -529,7 +529,7 @@ POST /namespaces/:id/gitlab_subscription
Example request: Example request:
```shell ```shell
curl --request POST --header "TOKEN: <admin_access_token>" "https://gitlab.com/api/v4/namespaces/1234/gitlab_subscription?start_date="2020-07-15"&plan="silver"&seats=10" curl --request POST --header "TOKEN: <admin_access_token>" "https://gitlab.com/api/v4/namespaces/1234/gitlab_subscription?start_date="2020-07-15"&plan="premium"&seats=10"
``` ```
Example response: Example response:
...@@ -537,8 +537,8 @@ Example response: ...@@ -537,8 +537,8 @@ Example response:
```json ```json
{ {
"plan": { "plan": {
"code":"silver", "code":"premium",
"name":"Silver", "name":"premium",
"trial":false, "trial":false,
"auto_renew":null, "auto_renew":null,
"upgradable":false "upgradable":false
...@@ -588,8 +588,8 @@ Example response: ...@@ -588,8 +588,8 @@ Example response:
```json ```json
{ {
"plan": { "plan": {
"code":"silver", "code":"premium",
"name":"Silver", "name":"premium",
"trial":false, "trial":false,
"auto_renew":null, "auto_renew":null,
"upgradable":false "upgradable":false
...@@ -627,8 +627,8 @@ Example response: ...@@ -627,8 +627,8 @@ Example response:
```json ```json
{ {
"plan": { "plan": {
"code":"silver", "code":"premium",
"name":"Silver", "name":"premium",
"trial":false, "trial":false,
"auto_renew":null, "auto_renew":null,
"upgradable":false "upgradable":false
......
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