Update an existing project.
post/midgard/v0.1/project/{projectId}
Update an existing project.
Request
Authorization
X-AT
header
apiKey
Path Parameters
projectIdThe id of the project
integer
REQUIRED
Body
application/json
name
string
clientName
string
logo
string
environmentsAn array of objects. The objects have one property 'name'. Additionally, you can supply the 'applications' property which is another array of objects. See the /applications call for its format.
array object[]
object {}
Response
200Project updated successfully.
403User is not allowed to access this resource.
404Project not found.
500Project not updated.
Shell cURL
shell
Show schema
json