Skip to main content
PATCH
/
v1
/
prices
/
{id}
Update a price
curl --request PATCH \
  --url http://localhost:6900/v1/prices/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "metadata": {}
}
'
null

Documentation Index

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

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

Path Parameters

id
string
required
Example:

"price_abc123"

Body

application/json
name
string
metadata
object

Response

200 - application/json

Price updated

The response is of type unknown.