Update a project
Update a project within a customer workspace. Projects are top-level folders that typically encompass a single use case. Use this endpoint to modify a project’s name and/or description. The project name cannot include the forward slash or backward slash characters.
FOLDER AND PROJECT CONVERSION: You can’t use this endpoint to convert a folder into a project or a project into a folder.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
id
The ID of the project you plan to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Name to update.
description
Description to update.
Response
Details of the updated project
id
The unique identifier of the project.
description
The updated description of the project.
folder_id
The unique identifier of the folder associated with the project.
name
The updated name of the project.