-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add swagger file for some asset-migration APIs #530
base: main
Are you sure you want to change the base?
Conversation
docs/cjamigration.json
Outdated
{ | ||
"openapi": "3.0.1", | ||
"info": { | ||
"title": "Components Migration Service (AA to CJA) - Prod - ACC - AA", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might don't need suffix like - Prod - Acc - AA?
docs/cjamigration.json
Outdated
], | ||
"tags": [ | ||
{ | ||
"name": "Components Migration - Users", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might don't need suffix like - Users as well
docs/cjamigration.json
Outdated
"/projects/{projectId}/migrate": { | ||
"post": { | ||
"tags": [ | ||
"Components Migration - Users" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same with above
docs/cjamigration.json
Outdated
"/projects/{projectId}/summary": { | ||
"get": { | ||
"tags": [ | ||
"Components Migration - Users" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same with above
Description
Added the swagger specifications for some selective asset migration APIs such as /projects, /mapping/dimensions/csv and /mapping/metrics/csv