Dataloop Platform
Developers and support docs
SDK and CLI docs
Nothing Found
Dataloop Platform
Developers and support docs
SDK and CLI docs
Patch Project
Change a project's name
Request
path Parameters
projectId
required
string
Request Body schema:
application/json
name
required
string
Responses
200
Ok
patch
/projects/{projectId}
Try it
Request samples
Payload
Python
curl
JavaScript
Node.js
application/json
Copy
{
"name"
:
"string"
}
Response samples
200
application/json
Example 1
Example 1
Copy
{
"name"
:
"New Project Name"
}
Next to
Delete Project