Key Value
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keystringRequired
Responses
204
The key-value pair has been successfully deleted.
404
The key was not found.
500
Internal server error.
delete
/sfp/api/key-value/{key}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
keystringOptional
valuestringOptional
Responses
201
The key-value pair has been successfully created.
application/json
409
The key already exists.
500
Internal server error.
post
/sfp/api/key-valueAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
keystringOptional
valuestringOptional
Responses
200
The key-value pair has been successfully created or updated.
application/json
500
Internal server error.
post
/sfp/api/key-value/upsertAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keystringRequired
Responses
200
The value has been successfully retrieved.
404
The key was not found.
500
Internal server error.
get
/sfp/api/key-value/{key}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keystringRequired
Body
valuestringOptional
Responses
200
The value has been successfully updated.
application/json
404
The key was not found.
500
Internal server error.
put
/sfp/api/key-value/{key}Last updated