Skip to main content

Create a new metadata entry.

Creates a metadata key-value pair on a subscription. Will fail if the key already exists (409).
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.

Request Body required

Specifies the new metadata key and value pair.

  • key string required

    Possible values: non-empty and <= 100 characters

    The metadata key

  • value string required

    Possible values: non-empty and <= 100 characters

    The metadata value

Responses

Metadata created successfully.

Loading...