Identity Broker REST API Reference

UnboundID Logo

/storeadapterdata/{id}

Mount Point: /auth/api/v1/storeadapterdata/{id}/

The following operations are supported on this resource:

GET

Retrieves a specified model object.

Parameters

name description type default
id The ID of the model object to be retrieved. path

Response Body

result: storeAdapterData
media types: application/json

The requested model object.

Status Codes

code description
200 Success
304 Not modified
404 No such object

PUT

Updates a model object.

Parameters

name description type default
id The ID of the model object to be updated. path

Request Body

element: storeAdapterData
media types: application/json

(no documentation provided)

Response Body

result: storeAdapterData
media types: application/json

The updated model object response.

Status Codes

code description
200 Success
412 Precondition failed
409 Reserved for cache object out of date

DELETE

Deletes the specified store adapter data.

Parameters

name description type default
id The ID of the store adapter data to be deleted. path

Status Codes

code description
204 Success
404 No such object