api

patch/api/projects/{pid}

Request body

pidstring uuid

A UUID identifying this project.

namestring required

Project's name.

container_imagestring

Path of the project's container image.

Response

OK

pidstring uuid

A UUID identifying this project.

namestring required

Project's name.

container_imagestring

Path of the project's container image.

Changes