Skip to main content
PATCH
/
v2
/
request
/
{requestId}
curl --request PATCH \
  --url https://api.request.network/v2/request/{requestId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "isRecurrenceStopped": true
}
'

Headers

x-api-key
string

API key for authentication (optional if using Client ID)

x-client-id
string

Client ID for frontend authentication (optional if using API key)

Origin
string

Origin header (required for Client ID auth, automatically set by browser)

Path Parameters

requestId
string
required

The requestId for the request

Example:

"01e273ecc29d4b526df3a0f1f05ffc59372af8752c2b678096e49ac270416a7cdb"

Body

application/json
isRecurrenceStopped
boolean
required

Whether the recurrence is stopped

Response

Recurrence updated successfully