All Operation Lists attached to the Stage
Operation List get error
{- "code": 0,
- "message": "string",
- "content": {
- "count": 0,
- "previous": "string",
- "next": "string",
- "results": [
- {
- "id": "string",
- "pipeline_id": "string",
- "stage_id": "string",
- "name": "string",
- "description": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}
}
Attach Operation list to a Stage
Operation list attach error
{- "name": "string",
- "description": "string",
- "pipeline_id": "ec036e81-7903-4e4d-bbfa-ac8516341cf0"
}
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "pipeline_id": "string",
- "stage_id": "string",
- "name": "string",
- "description": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
Updated Operation List Information
Operation List update error
Operation List update error
{- "pipeline_id": "string",
- "stage_id": "string",
- "name": "string",
- "description": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "pipeline_id": "string",
- "stage_id": "string",
- "name": "string",
- "description": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
Delete operation list from stage
Operation list detach error
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "pipeline_id": "string",
- "stage_id": "string",
- "name": "string",
- "description": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}