Docs are work in progress
Skip to main content

Update machine details

PUT 

/api/v1/machines/:machineIdOrAlias/update

This API endpoint update the name, alias, tags, and icon of the machine identified by the provided machineId or machine alias.

Request

Path Parameters

    machineIdOrAlias stringrequired

    The machineId - unique id of the machine, alias - machine alias

Body

required

The request body containing the required details to update machine details

    name string
    alias string

    tags

    object[]

  • Array [

  • key string
    value string
  • ]

  • fileName string
    pictureBase64 string

Responses

Success response

Schema

    success boolean
    message string
    status string
    statusCode int32
    errorCode string
    subErrors object[]
    payload boolean
Loading...