Skip to main content

Set Key Expiration

PUT 

/api/v1/key/:id/set-expiration

Set the expiry for a key in UTC format. Note that this call does not return a 200 message but if you fetch your key again, you will see the new expiration date.

Request

Path Parameters

    id stringrequired

    Note that this field is returned as UniqueID from some calls.

Body

required

    ExpirationUtc date-timerequired

Responses

Response Headers

    Schema

      TraceId string

      Error

      object

      Code string
      Message string
      AdditionalInfo string

      ExtraData

      object

      property name* string
    Loading...