Skip to main content
POST
/
history
/
commands
/
repeat-alert
Repeat an alert
curl --request POST \
  --url https://api.example.com/history/commands/repeat-alert \
  --header 'Content-Type: application/json' \
  --data '
{
  "historyItemId": "<string>"
}
'
{
  "attributes": {
    "conversionService": {},
    "empty": true
  },
  "headers": {
    "conversionService": {},
    "empty": true,
    "keepAlive": true,
    "origin": "<string>",
    "authorization": "<string>",
    "contentType": "<string>"
  },
  "body": {},
  "characterEncoding": "<string>",
  "locale": "<string>",
  "contentType": {
    "name": "<string>",
    "parametersMap": {},
    "type": "<string>",
    "subtype": "<string>",
    "extension": "<string>",
    "parameters": {
      "empty": true
    },
    "quality": "<string>",
    "qualityAsNumber": 123,
    "version": "<string>",
    "charset": "<string>",
    "textBased": true
  },
  "bodyWriter": {
    "blocking": true
  },
  "contentLength": 123,
  "status": "CONTINUE",
  "cookies": {
    "conversionService": {},
    "empty": true,
    "all": [
      {
        "name": "<string>",
        "value": "<string>",
        "domain": "<string>",
        "path": "<string>",
        "httpOnly": true,
        "secure": true,
        "maxAge": 123,
        "sameSite": "Lax"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Command to repeat an alert

historyItemId
string

ID of the history item

Response

Successfully repeated the alert

attributes
object
required
headers
object
required
body
object
required
characterEncoding
string
required
locale
string
required
contentType
object
required
bodyWriter
object
contentLength
integer<int64>
status
enum<string>
Available options:
CONTINUE,
SWITCHING_PROTOCOLS,
PROCESSING,
EARLY_HINTS,
OK,
CREATED,
ACCEPTED,
NON_AUTHORITATIVE_INFORMATION,
NO_CONTENT,
RESET_CONTENT,
PARTIAL_CONTENT,
MULTI_STATUS,
ALREADY_IMPORTED,
IM_USED,
MULTIPLE_CHOICES,
MOVED_PERMANENTLY,
FOUND,
SEE_OTHER,
NOT_MODIFIED,
USE_PROXY,
SWITCH_PROXY,
TEMPORARY_REDIRECT,
PERMANENT_REDIRECT,
BAD_REQUEST,
UNAUTHORIZED,
PAYMENT_REQUIRED,
FORBIDDEN,
NOT_FOUND,
METHOD_NOT_ALLOWED,
NOT_ACCEPTABLE,
PROXY_AUTHENTICATION_REQUIRED,
REQUEST_TIMEOUT,
CONFLICT,
GONE,
LENGTH_REQUIRED,
PRECONDITION_FAILED,
REQUEST_ENTITY_TOO_LARGE,
REQUEST_URI_TOO_LONG,
UNSUPPORTED_MEDIA_TYPE,
REQUESTED_RANGE_NOT_SATISFIABLE,
EXPECTATION_FAILED,
I_AM_A_TEAPOT,
ENHANCE_YOUR_CALM,
MISDIRECTED_REQUEST,
UNPROCESSABLE_ENTITY,
LOCKED,
FAILED_DEPENDENCY,
TOO_EARLY,
UPGRADE_REQUIRED,
PRECONDITION_REQUIRED,
TOO_MANY_REQUESTS,
REQUEST_HEADER_FIELDS_TOO_LARGE,
NO_RESPONSE,
BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS,
UNAVAILABLE_FOR_LEGAL_REASONS,
REQUEST_HEADER_TOO_LARGE,
INTERNAL_SERVER_ERROR,
NOT_IMPLEMENTED,
BAD_GATEWAY,
SERVICE_UNAVAILABLE,
GATEWAY_TIMEOUT,
HTTP_VERSION_NOT_SUPPORTED,
VARIANT_ALSO_NEGOTIATES,
INSUFFICIENT_STORAGE,
LOOP_DETECTED,
BANDWIDTH_LIMIT_EXCEEDED,
NOT_EXTENDED,
NETWORK_AUTHENTICATION_REQUIRED,
CONNECTION_TIMED_OUT
cookies
object