POST
/
file
/
confirm-detection
/
{id}
Confirm File Detection
curl --request POST \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/file/confirm-detection/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "message": "File detection confirmed"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

File identifier

Body

application/json Ā· object

Response

200
application/json

File detection confirmed

The response is of type object.