Skip to main content
PUT
/
v1
/
spending-limit
Update spending limit
curl --request PUT \
  --url https://api.strait.dev/v1/spending-limit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "<string>",
  "limit_microusd": 123
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.strait.dev/llms.txt

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

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Query Parameters

org_id
string

Body

application/json
action
string
required
limit_microusd
integer<int64>
required

Response

OK

{key}
string