# Update a project **PUT /project/{projectId}** Update a project ## Servers - universecloud API v1: https://api.universecloud.io (universecloud API v1) ## Authentication methods - Api key auth - Bearer auth ## Parameters ### Path parameters - **projectId** (string) ### Body: application/json (object) - **name** (string) - **tags** (array[string]) ## Responses ### 200 success #### Body: application/json (object) - **id** (string) id of the project - **userId** (string) subject of the user owner (empty when teamId is set) - **teamId** (string) id of the owner team (empty when userId is set) - **branch** (string) branch context in which the project was created - **name** (string) name of the project - **tags** (array[string]) - **createdAt** (string) date in rfc3339 / ISO 8601 format when the project was created - **updatedAt** (string) date in rfc3339 / ISO 8601 format when the project was updated [Powered by Bump.sh](https://bump.sh)