Authorizations
Headers
Path Parameters
Body
application/json
Response
Successful Response
curl --request PATCH \
--url https://api.egp.scale.com/v4/beta/files/{file_id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"tags": {}
}'{
"id": "<string>",
"object": "file",
"size": 123,
"md5_checksum": "<string>",
"filename": "<string>",
"mime_type": "<string>",
"tags": {},
"duration_seconds": 123,
"created_at": "2023-11-07T05:31:56Z",
"created_by": {
"id": "<string>",
"object": "identity",
"type": "user"
}
}curl --request PATCH \
--url https://api.egp.scale.com/v4/beta/files/{file_id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"tags": {}
}'{
"id": "<string>",
"object": "file",
"size": 123,
"md5_checksum": "<string>",
"filename": "<string>",
"mime_type": "<string>",
"tags": {},
"duration_seconds": 123,
"created_at": "2023-11-07T05:31:56Z",
"created_by": {
"id": "<string>",
"object": "identity",
"type": "user"
}
}Successful Response
The identity that created the entity.
Show child attributes
"file"