Files
Update File
Update a file by ID
Authorization
api_key x-access-token<token>
In: header
Path Parameters
file_id*string
The ID of the file to be updated
Request Body
application/json
The new values for the file
The new values for the file
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X PATCH "https://example.com/shipos/files/string" \ -H "Content-Type: application/json" \ -d '{}'{ "tags": [ "string" ], "team_id": "string", "processing_status": "PENDING", "description": "string", "file_category": "DOCUMENT", "preview_blur_hash": "string", "thumbnail_url": "string", "size": 0.1, "mimetype": "string", "url": "string", "name": "string", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "id": "string"}