ditrit / gandalf

Gandalf (Gandalf is A Natural Devops Application Life-cycle Framework), a tool to allow progressive DevOps adoption.
Mozilla Public License 2.0
7 stars 0 forks source link

Add `GitProvider` endpoint on `product` #225

Closed Zorin95670 closed 2 years ago

Zorin95670 commented 2 years ago
Endpoint Create new GitProvider
URL /product/[PRODUCT_ID]/gitprovider
Method POST
Body type JSON
Body GitProvider object without id
success status 201
Sucess Response generated Gitprovider
Authentication check Yes

Errors list:

Endpoint Get GitProvider
URL /product/[PRODUCT_ID]/gitprovider/[GITPROVIDER_ID]
Method GET
success status 200
Sucess Response Gitprovider
Authentication check Yes

Errors list:

Endpoint Update GitProvider
URL /product/[PRODUCT_ID]/gitprovider/[GITPROVIDER_ID]
Method PUT
success status 204
Authentication check Yes

Errors list:

Endpoint Delete GitProvider
URL /product/[PRODUCT_ID]/gitprovider/[GITPROVIDER_ID]
Method DELETE
success status 204
Authentication check Yes

Errors list:

Links

Blocked by :