Skip to main content
PUT
Set Machine Minimum Bid Price

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

machine_id
integer
required

ID of the machine whose minimum bid price should be updated.

Body

application/json
price
number

Minimum bid price for the machine.

Example:

0.5

Response

Returns {success: true, you_sent} on success

success
boolean

Whether the price was updated

you_sent
object

Echo of the request body