Skip to main content

Partially update tag details

x-ms-visibility: "important"

Partially updates the details of an existing tag.

Path Parameters
    tagId int64 required

    The ID of the tag to be updated.

Request Body

Tag details to be updated

    expiringDate date-time
    startDate date-time nullable
    tokenName string
    invoicable boolean nullable
Responses

Tag updated successfully


Schema
    id int64
    idTag string
    expiringDate date-time
    startDate date-time nullable
    lastUpdated date-time nullable
    tokenName string
    invoicable boolean nullable
    driverId int64
Loading...