added more docs

This commit is contained in:
Raghotham Murthy 2024-07-11 01:48:13 -07:00
parent 65556d0a1c
commit 9070d45629
3 changed files with 37 additions and 15 deletions

View file

@ -830,7 +830,14 @@
"delete": {
"responses": {
"200": {
"description": "OK"
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "string"
}
}
}
}
},
"tags": [
@ -852,7 +859,14 @@
"post": {
"responses": {
"200": {
"description": "OK"
"description": "OK",
"content": {
"application/jsonl": {
"schema": {
"type": "string"
}
}
}
}
},
"tags": [
@ -3318,16 +3332,19 @@
],
"tags": [
{
"name": "SyntheticDataGeneration"
"name": "Datasets"
},
{
"name": "Inference"
},
{
"name": "PostTraining"
},
{
"name": "RewardScoring"
},
{
"name": "Datasets"
},
{
"name": "PostTraining"
"name": "SyntheticDataGeneration"
},
{
"name": "MemoryBanks"
@ -3335,9 +3352,6 @@
{
"name": "AgenticSystem"
},
{
"name": "Inference"
},
{
"name": "ShieldConfig",
"description": "<SchemaDefinition schemaRef=\"#/components/schemas/ShieldConfig\" />"