-
Notifications
You must be signed in to change notification settings - Fork 556
Closed
Labels
Description
In this module I'll cover below 4 new API of PipelineConfigRouter
- POST /orchestrator/api-token==> CreateApiToken
- PUT /orchestrator/api-token==> UpdateApiToken
- GET /orchestrator/api-token==> GetAllApiTokens
- DELETE /orchestrator/api-token==> DeleteApiToken
Motivation
Automation of these API will help in regression testing, if there will be any change in the logic/payload/functionality of these API and will be helpful if this will be impacted area of the other changes.
AB#228