Upsert price-book rows
PUT/api/v1/usage/prices
Upserts price rows keyed on (provider, model, effective_from). Admin only. effective_from must be in the future once the (provider, model, component) is priced — past prices are immutable so recorded costs stay explainable; ship corrections as new future-dated rows. A first price, with no row in this scope or any broader one, may be dated now or earlier.
Request
Responses
- 200
- 400
- 401
- 403
The upserted price rows
Bad Request (e.g. non-future effective_from)
Unauthorized
Forbidden