Skip to main content
POST
/
v1
/
machines
/
{MachineID}
/
attributes
/
defaults
Update Machine Attribute to Model Defaults
curl --request POST \
  --url https://qa-lynx.nayax.com/operational/v1/machines/{MachineID}/attributes/defaults \
  --header 'Authorization: <api-key>'
{
  "Ok": true,
  "Message": "<string>",
  "SystemMessage": "<string>",
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Path Parameters

MachineID
integer<int64>
required

The unique identifier of the machine whose attributes are being updated.

Response

200 - application/json

The machine attributes were successfully updated to the machine model defaults.

Schema representing the result of an API operation, including status and messages.

Ok
boolean

Indicates whether the API operation was successful (true) or not (false).

Message
string | null

A user-friendly message describing the result of the operation, if applicable.

SystemMessage
string | null

A system-level message providing additional details about the operation's result, often used for debugging or logging.

code
string | null

An optional code representing the result of the operation, which can be used for more granular handling of responses.