Skip to content

Commit

Permalink
Update generated OpenAPIv3 spec (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseharriaga authored Mar 14, 2024
1 parent 9507223 commit ae2b80c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsp-output/@typespec/openapi3/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ paths:
description: Number of fine-tuning jobs to retrieve.
schema:
type: integer
format: int64
format: int32
default: 20
responses:
'200':
Expand Down Expand Up @@ -781,6 +781,7 @@ paths:
description: Number of events to retrieve.
schema:
type: integer
format: int32
default: 20
responses:
'200':
Expand Down

0 comments on commit ae2b80c

Please sign in to comment.