API Reference
PATCH project-assets/{id}/Z
PATCH operation for project-assets/{id}/Z
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://dev-rest.onboard.io/project-assets/{id}/Z" \ -H "Content-Type: application/json" \ -d '{ "file": "string" }'{
"id": 0,
"name": "string",
"description": "string",
"file": "string",
"file_url": "string",
"file_type": "string",
"file_size": 0,
"content_type": "string",
"content_type_name": "string",
"object_id": 0,
"onboarder_user": "string",
"onboarder_user_id": 0,
"onboardee_user": "string",
"onboardee_user_id": 0,
"include_in_outboard": true,
"created_at": "2019-08-24T14:15:22Z",
"modified_at": "2019-08-24T14:15:22Z",
"created_by": "string"
}Empty
Empty
Empty
How is this guide?