Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chieuvan9283
Copy link
Collaborator

Description

Added the swagger specifications for some selective asset migration APIs such as /projects, /mapping/dimensions/csv and /mapping/metrics/csv

{
"openapi": "3.0.1",
"info": {
"title": "Components Migration Service (AA to CJA) - Prod - ACC - AA",

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?

],
"tags": [
{
"name": "Components Migration - Users",

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

"/projects/{projectId}/migrate": {
"post": {
"tags": [
"Components Migration - Users"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same with above

"/projects/{projectId}/summary": {
"get": {
"tags": [
"Components Migration - Users"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same with above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants