Skip to content

Commit

Permalink
Update openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
punkerpunker authored Oct 28, 2024
1 parent c79d3dd commit a062a1d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,15 @@ paths:
schema:
type: integer
required: false
description: Specifies step number for checkpoint to download.
description: Specifies step number for checkpoint to download. Ignores `checkpoint` value if set.
- in: query
name: checkpoint
schema:
type: string
enum:
- merged
- adapter
description: Specifies checkpoint type to download - `merged` vs `adapter`. This field is required if the checkpoint_step is not set.
- in: query
name: output
schema:
Expand Down

0 comments on commit a062a1d

Please sign in to comment.