Skip to main content

Update a metadata value.

Updates the value for the specified metadata key.
Note that you are not allowed to enter any personal data relating to end users or any third parties.

Path Parameters
  • id string required

    Possible values: Value must match regular expression ^[85,97]{2}[23456789ABCDEFGHJKLMNPQRSTUVWXYZ]{16}$

    IoT subscription ID to perform request on.

  • key string required

    Possible values: <= 100 characters

    The metadata key to update.

Request Body required

Specifies the new metadata value to update to.

  • value string required

    Possible values: non-empty and <= 100 characters

    The metadata value

Responses

Metadata updated successfully.

Loading...