v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Update a project

put/projects/{project_uid}

Path parameters

project_uidstring required

Request body

Response

200

typestring
titlestring
messagestring

Example response

{
  "type": "success",
  "title": "Project Updated",
  "message": "Project has been updated successfully",
  "data": {
    "project_uid": "1dd2b2b0-d46f-11ee-a82f-21d4feff413d"
  }
}