Update folder in project
PATCH/projects/:projectId/folders/:folderId
Require admin rights
Request
Path Parameters
projectId stringrequired
folderId stringrequired
- application/json
Body
Array [
]
name stringnullable
folderId stringnullable
path string[]nullable
tags
object[]
nullable
id stringrequired
Tag.
Example:
status
name stringnullable
Tag value.
Example:
approved
position double[]nullable
Example:
[0,0,0]
rotation double[]nullable
Quaternion rotation
Example:
[0,0,0,1]
scale double[]nullable
Example:
[1,1,1]
Responses
- 202
- 304
- 400
- 401
- 404
- 409
- 500
Accepted
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name stringrequired
folderId stringrequired
updatedBy stringrequired
dateTime date-timerequired
tags
object[]
nullable
id stringrequired
Tag.
Example:
status
name stringnullable
Tag value.
Example:
approved
position double[]nullable
Example:
[0,0,0]
rotation double[]nullable
Quaternion rotation
Example:
[0,0,0,1]
scale double[]nullable
Example:
[1,1,1]
modify stringnullable
{
"name": "string",
"folderId": "string",
"updatedBy": "string",
"dateTime": "2024-07-29T15:51:28.071Z",
"tags": [
{
"id": "status",
"name": "approved"
}
],
"position": [
0,
0,
0
],
"rotation": [
0,
0,
0,
1
],
"scale": [
1,
1,
1
],
"modify": "string"
}
Not Modified
Bad Request
Unauthorized
Not Found
Conflict
Server Error
Loading...