/knowledge_base_store
POST
/knowledge_base_store
knowledge_base_store
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cool.jobmojito.com/rest/v1/knowledge_base_store' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"created_at": "now()",
"updated_at": "string",
"deleted_at": "string",
"status": "active",
"name": "string",
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"strict": false
}'
Response Response Example
{}
Request
Query Params
select
stringÂ
optional
Header Params
Prefer
enum<string>Â
optional
Allowed values:
return=representationreturn=minimalreturn=noneresolution=ignore-duplicatesresolution=merge-duplicates
Body Params application/json