Create a new file in a specific container
cURL
curl --request POST \ --url https://api.fluxend.app/containers/{containerUUID}/files \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'X-Project: <x-project>' \ --data '{ "projectUUID": "<string>" }'
{ "content": { "containerUuid": "<string>", "createdAt": "<string>", "createdBy": "<string>", "fullFileName": "<string>", "mimeType": "<string>", "size": 123, "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Project UUID
Container UUID
File details
The body is of type object.
object
The response is of type object.