User Key Values REST Endpoints

Content (IM)/User Key Values

The User Key Values (userKeyValues) resource lets you manage User Key Value objects in the Oracle Knowledge repository.

Create
Method: post
Path: /km/api/v1/users/{userId}/userKeyValues
Delete
Method: delete
Path: /km/api/v1/userKeyValues/{id}
Find all
Method: get
Path: /km/api/v1/users/{userId}/userKeyValues
Find by ID
Method: get
Path: /km/api/v1/users/{userId}/userKeyValues/{id}
Update
Method: put
Path: /km/api/v1/users/{userId}/userKeyValues/{id}