Service Details
Update an editable service-detail section
Updates only fields advertised as editable by the provider service-details implementation. Read-only identifiers and sensitive provider fields are rejected. Supported sections depend on the service provider.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Available options:
server, user, account, license, per-hour Body
application/json
Dynamic provider payload. First call GET /services/{service}/details and locate the selected section. Send only keys listed in editFields, plus configuration keys listed in editConfigFields. Per-hour sections instead advertise their accepted operations. Provider-specific IDs are intentionally not hard-coded into this schema.

