Skip to content

Commit 983a5a9

Browse files
fix syntax error
1 parent 5b6848c commit 983a5a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/inference/delete/DeleteRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export interface Request extends RequestBase {
3838
* The inference Id
3939
*/
4040
inference_id: Id
41-
query_parameters: {
41+
}
42+
query_parameters: {
4243
/**
4344
* When true, the endpoint is not deleted, and a list of ingest processors which reference this endpoint is returned
4445
* @server_default false

0 commit comments

Comments
 (0)