Implemented the User Collection endpoints #12
@@ -1395,6 +1395,8 @@ paths:
|
|||||||
- $ref: '#/components/parameters/ReleaseId'
|
- $ref: '#/components/parameters/ReleaseId'
|
||||||
- $ref: '#/components/parameters/InstanceId'
|
- $ref: '#/components/parameters/InstanceId'
|
||||||
- $ref: '#/components/parameters/Rating'
|
- $ref: '#/components/parameters/Rating'
|
||||||
|
requestBody:
|
||||||
|
$ref: '#/components/requestBodies/MoveInstance'
|
||||||
security:
|
security:
|
||||||
- ConsumerKeySecret: []
|
- ConsumerKeySecret: []
|
||||||
- UserToken: []
|
- UserToken: []
|
||||||
@@ -1715,6 +1717,18 @@ components:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: memory
|
example: memory
|
||||||
|
requestBodies:
|
||||||
|
MoveInstance:
|
||||||
|
description: A container to use in case of moving a release instance from a collection folder into another.
|
||||||
|
required: false
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
properties:
|
||||||
|
folder_id:
|
||||||
|
description: An identifier of a collection folder to move a release instance.
|
||||||
|
type: integer
|
||||||
|
minimum: 0
|
||||||
responses:
|
responses:
|
||||||
InternalError:
|
InternalError:
|
||||||
description: An Internal Server error was encountered.
|
description: An Internal Server error was encountered.
|
||||||
|
|||||||
Reference in New Issue
Block a user