Skip to content

Commit 5004883

Browse files
feat: update API specifications (#61)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3cb4680 commit 5004883

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,16 @@ paths:
315315
project_id:
316316
type: string
317317
description: The unique identifier of the project
318+
mip_opt_out:
319+
type: boolean
320+
description: Model Improvement Program opt-out
318321
name:
319322
type: string
320323
description: The name of the project
324+
example:
325+
project_id: 550e8400-e29b-41d4-a716-446655440000
326+
name: My Project
327+
mip_opt_out: false
321328
'400':
322329
$ref: '#/components/responses/projects_bad_request'
323330
'403':

0 commit comments

Comments
 (0)