put
https://api.ol-hub.com/backend/api/v1/projects/
The update project API sends a PUT request to modify a project name and description.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Prerequisites
- The caller must provide a project id.
Authorization
- API key (via the
X-API-KEYheader).
Parameters
Path Parameters
| Field name | Description | Format |
|---|---|---|
| id | Project ID | UUID |
Request Body
| Field name | Description | Format |
|---|---|---|
| name | The name of a project | String |
| description | The description of a project | String |
Example
{
"name": "project-updated",
"description": "project description updated"
}
