patchProject
PATCH/v1/projects/:project_id
Patch a project
Request
Path Parameters
project_id stringrequired
Project ID
- application/json
Body
required
name string
Responses
- 200
- 304
- 400
- 401
- 403
- 404
Updated project
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
organisation_id stringrequired
name stringrequired
created_at date-timerequired
updated_at date-timerequired
{
"id": "abcdefghijklmnopqrstuvwxyz",
"organisation_id": "abcdefghijklmnopqrstuvwxyz",
"name": "Development App",
"created_at": "2024-04-09T08:49:18.718Z",
"updated_at": "2024-04-09T08:49:18.718Z"
}
Not Modified
Client provided an invalid request
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
status integerrequired
reason stringrequired
description string
details object
property name* string[]
string
{
"status": 400,
"reason": "Reason",
"description": "string",
"details": {}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
status integerrequired
reason stringrequired
description string
details object
property name* string[]
string
{
"status": 400,
"reason": "Reason",
"description": "string",
"details": {}
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
status integerrequired
reason stringrequired
description string
details object
property name* string[]
string
{
"status": 400,
"reason": "Reason",
"description": "string",
"details": {}
}
Resource not found
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
status integerrequired
reason stringrequired
description string
details object
property name* string[]
string
{
"status": 400,
"reason": "Reason",
"description": "string",
"details": {}
}
Loading...