Skip to content

Commit 4a13b50

Browse files
committed
updated swagger file
1 parent 8dfcdf0 commit 4a13b50

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/swagger.yaml

+13-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ info:
1111
You can also set a custom page size up to 100 with the `perPage` parameter.
1212
1313
Pagination response data is included in http headers. By Default, the response header contains links with `next`, `last`, `first`, `prev` resource links.
14-
host: "localhost:3000"
14+
host: "api.topcoder-dev.com"
1515
basePath: /v5
1616
schemes:
17-
- http
17+
- https
1818
produces:
1919
- application/json
2020
consumes:
@@ -481,6 +481,10 @@ paths:
481481
description: "Retrieve a specific copilot opportunity."
482482
parameters:
483483
- $ref: "#/parameters/copilotOpportunityIdParam"
484+
- in: body
485+
name: body
486+
schema:
487+
$ref: "#/definitions/ApplyCopilotOpportunity"
484488
responses:
485489
"200":
486490
description: "The copilot opportunity"
@@ -6218,6 +6222,13 @@ definitions:
62186222
- customer
62196223
- manager
62206224
- copilot
6225+
ApplyCopilotOpportunity:
6226+
title: Apply copilot CopilotOpportunity
6227+
type: object
6228+
properties:
6229+
notes:
6230+
type: string
6231+
description: notes about applying copilot opportunity
62216232
NewProjectAttachment:
62226233
title: Project attachment request
62236234
type: object

0 commit comments

Comments
 (0)