Skip to main content
POST
Extends validity of pre-shared key

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

psk_id
string<uuid>
required

Unique ID of the pre-shared key to extend.

Body

application/json
validity_days
integer
required

Number of additional days to extend the pre-shared key validity.

Response

Pre-shared key extended successfully.

psk
string<uuid>
required

The unique ID of the generated pre-shared key.

description
string
required

The description provided for this key.

valid_until
string<date-time>
required

Expiration date and time of the key.