Commit 636130f
feat: add include_drafts query parameter to listAgentVersions
Adds an optional boolean query parameter 'include_drafts' (default: false)
to the list agent versions endpoint. When false, only non-draft versions
are returned. When true, both draft and non-draft versions are included.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent cd6bf61 commit 636130f
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
| |||
0 commit comments