Parameter | Type |
---|---|
No data |
[
{
"description": "Health Check",
"name": "healthCheck",
"parameters": {
"properties": {},
"type": "object"
}
},
{
"description": "Fetch articles by ID",
"name": "fetchArticles",
"parameters": {
"properties": {
"_requestBody": {
"type": "object",
"description": "Filter objects, can either be {\"field\": \"field-name\", \"direction\": \"ascending/descending\"} or {\"search\": \"query\"}",
"properties": {
"ids": {
"type": "array",
"items": {
"type": "integer"
}
},
"filters": {
"type": "array",
"items": {
"anyOf": [
{
"type": "object",