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

Authorizations

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

Path Parameters

responseId
string
required

Identifier of the response, 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 custom response to be updated

The body is of type object.