Projects: Update
This documentation entry provides a clear and detailed guide on how to update an existing project using the API, including the necessary parameters, headers, and expected response.
Endpoint
POST /api/projects/{project_id}
/api/projects/{project_id}Request
POST https://uptimekeep.com/api/projects/{project_id}Header
Type
Description
Parameter
Type
Required
Description
curl --request POST \
--url 'https://uptimekeep.com/api/projects/{project_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Production' \
--form 'color=#000000'Response
Fields
Field
Type
Description
Errors
Last updated