Upload an entry file
Uploads a file to the specified field for the entry identified by the specified slug.
Headers
Defines the response type.
Request body
Example request
{
"filename": "example.pdf",
"data": "aGVsbG8gd29ybGQ="
}Response
Entry file uploaded.
Example response
{
"filename": "example.pdf",
"token": "AbCdEfGhIjKlMnOp",
"link": "https://api.au.cr4ce.com/file/AbCdEfGhIjKlMnOp"
}Changes
Changed in 2 of the 50 revisions of this API.10
- ○
api tag
Entriesaddedapi-tag-added
- ○
api tag
Entryremovedapi-tag-removed
- ○
- ○
added the media type
application/xmlfor the response with the status201response-media-type-added
- ○
added the media type
application/xmlfor the response with the status400response-media-type-added
- ○
added the media type
application/xmlfor the response with the status401response-media-type-added
- ○
added the media type
application/xmlfor the response with the status403response-media-type-added
- ○
added the media type
application/xmlfor the response with the status404response-media-type-added
- ○
added the media type
application/xmlfor the response with the status422response-media-type-added
- ○
added the media type
application/xmlfor the response with the status429response-media-type-added
- ○
added the media type
application/xmlfor the response with the status503response-media-type-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○