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

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.