Upload Files In Landing Form
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request PUT 'https://mazu-lan.concise.co.id/api/v1/main/landing-forms/uploads/c0779bb6-6d8d-4199-a082-f43c5259eb39' \
--header 'Authorization: Bearer <token>' \
--form 'deletedFiles[]="f1e55610-47ce-424c-b961-7300a8ec5053"' \
--form 'files=@""'
Responses
application/json Modified at 2025-01-16 10:59:58