API ReferenceMachines
Set External Name
Set external name.
Authorization
bearerAuth admin, superadmin, superuserAuthorization<token>
In: header
Scope: admin, superadmin, superuser
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[index: integer]?
Response Body
Try it live
curl -X PATCH "https://example.com/machines/external-name" \ -H "Content-Type: application/json" \ -d '[ { "externalName": "string" } ]'Empty