PUT
/project/{projectId}
curl \
--request PUT 'https://api.universecloud.io/project/64a1cc789f556f7ce46c576b' \
--header "X-Api-Key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"name":"string","tags":["string"]}'
Request examples
{
"name": "string",
"tags": [
"string"
]
}
Response examples (200)
{
"id": "64a1cc789f556f7ce46c576b",
"userId": "string",
"teamId": "string",
"branch": "dev",
"name": "saas project",
"tags": [
"saas",
"startup"
],
"createdAt": "2023-06-21T12:34:56+00:00",
"updatedAt": "2023-06-21T12:34:56+00:00"
}