cURL
curl --request PATCH \ --url https://relytone.data.cloud/api/v1/projects/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "status": "active", "region": "<string>", "pgVersion": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organization": { "id": "<string>", "name": "<string>" } }
Update basic information of a project
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project identifier
Project name
Project description
Update successful
Project status
active
inactive
deleted
Project region
PostgreSQL version
Creation time
Update time
Show child attributes
Was this page helpful?