POST
/
cache
/
{name}
/
add_docs
curl --request POST \
  --url http://localhost:8000/cache/{name}/add_docs \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
{}

Headers

authorization
string

Path Parameters

name
string
required

Body

application/json · string[]

The body is of type string[].

Response

200
application/json
Successful Response
{key}
boolean