Skip to content

Commit 8051083

Browse files
committed
Makes it prettier.
1 parent e185149 commit 8051083

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"inference.put_custom": {
3-
"documentation": {
4-
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put-custom",
5-
"description": "Configure a custom inference endpoint"
6-
},
7-
"stability": "stable",
8-
"visibility": "public",
9-
"headers": {
10-
"accept": ["application/json"],
11-
"content_type": ["application/json"]
12-
},
13-
"url": {
14-
"paths": [
15-
{
16-
"path": "/_inference/{task_type}/{custom_inference_id}",
17-
"methods": ["PUT"],
18-
"parts": {
19-
"task_type": {
20-
"type": "string",
21-
"description": "The task type"
22-
},
23-
"custom_inference_id": {
24-
"type": "string",
25-
"description": "The inference Id"
26-
}
2+
"inference.put_custom": {
3+
"documentation": {
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put-custom",
5+
"description": "Configure a custom inference endpoint"
6+
},
7+
"stability": "stable",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": ["application/json"],
11+
"content_type": ["application/json"]
12+
},
13+
"url": {
14+
"paths": [
15+
{
16+
"path": "/_inference/{task_type}/{custom_inference_id}",
17+
"methods": ["PUT"],
18+
"parts": {
19+
"task_type": {
20+
"type": "string",
21+
"description": "The task type"
22+
},
23+
"custom_inference_id": {
24+
"type": "string",
25+
"description": "The inference Id"
2726
}
2827
}
29-
]
30-
},
31-
"body": {
32-
"description": "The inference endpoint's task and service settings"
33-
}
28+
}
29+
]
30+
},
31+
"body": {
32+
"description": "The inference endpoint's task and service settings"
3433
}
35-
}
34+
}
35+
}

0 commit comments

Comments
 (0)