Update a project

PUT https://{{base_url}}/v1/projects/{{project_uid}}

The Update a project request lets you update certain details such as the description, tags, and title of an existing project in an Organization.

To use the API Request, you need to authenticate yourself with an Organization UID and Authtoken. Read more about it in Authentication.


For more information, refer to the Update a project API Reference document

Request Body

{"description"=>"This is a New Description for Sample Test", "tags"=>["Sample 1", "Sample 2"], "title"=>"Updated Sample Test Project -Docs"}

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken. Refer Authentication for more details.
organization_uidstringEnter the Organization UID.
Content-TypestringEnter "application/json" to pass a request body.