PUT
/
autocompose
/
v1
/
responses
/
customs
/
folder
/
{folderId}
curl --request PUT \
  --url https://api.sandbox.asapp.com/autocompose/v1/responses/customs/folder/{folderId} \
  --header 'Content-Type: application/json' \
  --header 'asapp-api-id: <api-key>' \
  --header 'asapp-api-secret: <api-key>' \
  --data '{
  "id": "123",
  "parentFolderId": "456",
  "name": "folder name"
}'
This response has no body data.

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Path Parameters

folderId
string
required

Identifier of the folder, data format is expected to be UUID

Query Parameters

agentId
string
required

Identifier of the agent, data format is expected to be UUID

Body

application/json

The folder to be updated

A folder of responses