Documentation

Move files to another folder

PATCH
/api/v1/external/files/folders/{targetFolderId}/move

Scope requis : write:files.

AutorisationBearer <jeton>

JWT d'organisation obtenu via le flow OIDC. Voir le guide d'intégration.

Dans: header

Paramètres de chemin

targetFolderId*string

Corps de requête

application/json

Définitions TypeScript

Utilisez le type request body en TypeScript.

filesIds*array<string>

Corps de réponse

curl -X PATCH "https://example.com/api/v1/external/files/folders/string/move" \  -H "Content-Type: application/json" \  -d '{    "filesIds": [      "string"    ]  }'
Vide