Consistent_identitiesGallery_facesMove_identity

Move an identity in a different folder

inputs:

  • identity_name: [String], identity file name to move
  • identity_name_new: [String], new identity file name
  • shared_folder: [String], shared folder name (optional, if the identity is in a shared folder)
POST
/api/consistent_identities/gallery_faces/move_identity

Authorization

token_auth_2
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://api.piktid.com/api/consistent_identities/gallery_faces/move_identity" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "code": 0,
  "message": "string",
  "description": "string"
}