openapi: internal operation updates validated model
This commit is contained in:
parent
b542dba739
commit
47129e2d1f
@ -7,15 +7,15 @@ tags:
|
|||||||
- name: Submissions
|
- name: Submissions
|
||||||
description: Submission operations
|
description: Submission operations
|
||||||
paths:
|
paths:
|
||||||
/submissions/{SubmissionID}/model:
|
/submissions/{SubmissionID}/validated-model:
|
||||||
post:
|
post:
|
||||||
summary: Update model following role restrictions
|
summary: Update validated model
|
||||||
operationId: updateSubmissionModel
|
operationId: updateSubmissionValidatedModel
|
||||||
tags:
|
tags:
|
||||||
- Submissions
|
- Submissions
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/components/parameters/SubmissionID'
|
- $ref: '#/components/parameters/SubmissionID'
|
||||||
- name: ModelID
|
- name: ValidatedModelID
|
||||||
in: query
|
in: query
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user