Update an Endpoint
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier for object
Body
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation. This will appear as <encrypted value>
in all responses, for security
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation
The HTTPS URL that will respond to the card auth message
Arbitrary data the user can attach
Response
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation. This will appear as <encrypted value>
in all responses, for security
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation
Unique identifier for object
The HTTPS URL that will respond to the card auth message
Arbitrary data the user can attach