Skip to main content
POST
Verify pending asset password to complete password configuration.

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Body

application/json

Use this to verify a password has been configured for the asset. If result is REJECTED then the current password will remain valid. Otherwise, the pending password will become the new password.

id
string
required

The id of the asset that you want to verify the password for

result
enum<string>
required

The result of the password verification process

Available options:
ACCEPTED,
REJECTED

Response

Success