Update Project

post

/api/v2/projects/{id}/update/

Make a GET request to this resource to determine if the project can be updated from its SCM source. The response will include the following field:

  • can_update: Flag indicating if this project can be updated (boolean, read-only)

Make a POST request to this resource to update the project. If the project cannot be updated, a 405 status code will be returned.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : ProjectUpdateView
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : ProjectUpdateView
Type: object
Show Source
Back to Top