Skip to content

Commit c0d85c9

Browse files
committed
api: list deployment endpoints
1 parent 09621b6 commit c0d85c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/api/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,13 @@ instead of having to search the page for missing endpoints.
347347
* `POST /projects/:project/commits/:sha/discussions/:discussion/notes` https://gitlab.kitware.com/help/api/discussions.md#add-note-to-existing-commit-thread
348348
* `PUT /projects/:project/commits/:sha/discussions/:discussion/notes/:note` https://gitlab.kitware.com/help/api/discussions.md#modify-an-existing-commit-thread-note
349349
* `DELETE /projects/:project/commits/:sha/discussions/:discussion/notes/:note` https://gitlab.kitware.com/help/api/discussions.md#delete-a-commit-thread-note
350+
* `GET /projects/:project/deployments` https://gitlab.kitware.com/help/api/deployments.md#list-project-deployments
351+
* `POST /projects/:project/deployments` https://gitlab.kitware.com/help/api/deployments.md#create-a-deployment
352+
* `GET /projects/:project/deployments/:deployment` https://gitlab.kitware.com/help/api/deployments.md#get-a-specific-deployment
353+
* `PUT /projects/:project/deployments/:deployment` https://gitlab.kitware.com/help/api/deployments.md#update-a-deployment
354+
* `DELETE /projects/:project/deployments/:deployment` https://gitlab.kitware.com/help/api/deployments.md#delete-a-specific-deployment
355+
* `GET /projects/:project/deployments/:deployment/merge_requests` https://gitlab.kitware.com/help/api/deployments.md#list-of-merge-requests-associated-with-a-deployment
356+
* `POST /projects/:project/deployments/:deployment/approval` https://gitlab.kitware.com/help/api/deployments.md#approve-or-reject-a-blocked-deployment
350357
* `POST /projects/:project/environments` https://gitlab.kitware.com/help/api/environments.md#create-a-new-environment
351358
* `DELETE /projects/:project/environments/review_apps` https://gitlab.kitware.com/help/api/environments.md#delete-multiple-stopped-review-apps
352359
* `PUT /projects/:project/environments/:environment` https://gitlab.kitware.com/help/api/environments.md#edit-an-existing-environment
@@ -596,7 +603,6 @@ These pages document other endpoints not mentioned above:
596603
* https://gitlab.kitware.com/help/api/dependency_list_export.md
597604
* https://gitlab.kitware.com/help/api/dependency_proxy.md
598605
* https://gitlab.kitware.com/help/api/deploy_tokens.md
599-
* https://gitlab.kitware.com/help/api/deployments.md
600606
* https://gitlab.kitware.com/help/api/dora/metrics.md
601607
* https://gitlab.kitware.com/help/api/draft_notes.md
602608
* https://gitlab.kitware.com/help/api/epic_issues.md

0 commit comments

Comments
 (0)