|
@@ -557,7 +557,7 @@ paths:
|
|
parameters:
|
|
parameters:
|
|
- $ref: '#/components/parameters/bugPath'
|
|
- $ref: '#/components/parameters/bugPath'
|
|
requestBody:
|
|
requestBody:
|
|
- description: Bug object
|
|
|
|
|
|
+ description: Bug object | level (note, minor, major) status (onprogress, done, hold, cancel) dev_status (notstart, onprogress, done)
|
|
required: true
|
|
required: true
|
|
content:
|
|
content:
|
|
application/json:
|
|
application/json:
|
|
@@ -1363,7 +1363,7 @@ components:
|
|
type: string
|
|
type: string
|
|
example: TelMesengger
|
|
example: TelMesengger
|
|
ProjectMember:
|
|
ProjectMember:
|
|
- description: project member object (QC, Programmer, Admin)
|
|
|
|
|
|
+ description: project member object | role = QC, Programmer, Admin
|
|
required: true
|
|
required: true
|
|
content:
|
|
content:
|
|
application/json:
|
|
application/json:
|
|
@@ -1408,7 +1408,7 @@ components:
|
|
type: string
|
|
type: string
|
|
example: abidzar
|
|
example: abidzar
|
|
Bug:
|
|
Bug:
|
|
- description: Bug object
|
|
|
|
|
|
+ description: Bug object | level (note, minor, major) status (onprogress, done, hold, cancel) dev_status (notstart, onprogress, done)
|
|
required: true
|
|
required: true
|
|
content:
|
|
content:
|
|
application/json:
|
|
application/json:
|