Nuxa
Api referenceInboxApiInboxWorkspaceidCanned responsesResponseid

PATCH /api/inbox/{workspaceId}/canned-responses/{responseId}

PATCH
/api/inbox/{workspaceId}/canned-responses/{responseId}

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Path Parameters

workspaceId*string

The workspaceId parameter

responseId*string

The responseId parameter

Request Body

application/json

title?string
content?string
shortcut?string
tags?array<unknown>

Response Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://app.nuxa.ai/api/inbox/string/canned-responses/string" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}