Update project
Update a project.
Path Parameters
projectId string required
application/json
Request Body required
name string nullable
description string nullable
Responses
- 200
- 401
- 403
- 404
- 500
- 503
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
id string nullable
name string nullable
description string nullable
createdByName string nullable
createdUtc date-time
price object
totalPrice double
currency string nullable
samples object[] nullable
id string nullable
name string nullable
eTag string nullable
status BuyerStatus
Possible values: [Submitted
, Accepted
, Declined
, Live
, Paused
, Cancelled
, InReconciliation
, Completed
]
price double nullable
priceKey string nullable
{
"id": "string",
"name": "string",
"description": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:27.053Z",
"price": {
"totalPrice": 0,
"currency": "string"
},
"samples": [
{
"id": "string",
"name": "string",
"eTag": "string",
"status": "Submitted",
"price": 0,
"priceKey": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Internal Server Error
Service Unavailable
Loading...