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.
No content
403
Forbidden - Requires role: owner, application
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
keystringOptional
valuestringOptional
403
Forbidden - Requires role: owner, application
409
The key already exists.
500
Internal server error.
post/sfp/api/key-value
Authorizations
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
keystringOptional
valuestringOptional
403
Forbidden - Requires role: owner, application
500
Internal server error.
post/sfp/api/key-value/upsert
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
keystringRequired
Responses
200
The value has been successfully retrieved.
No content
403
Forbidden - Requires role: member, application
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
keystringOptional
valuestringOptional
403
Forbidden - Requires role: owner, application
404
The key was not found.
500
Internal server error.
put/sfp/api/key-value/{key}
Was this helpful?