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

[Feature]: Korifi API users do not need to pass lifecycle step and bulidpack when creaing an app #2366

Open
danail-branekov opened this issue Mar 27, 2023 · 0 comments
Labels
good first issue Good for newcomers mta support the MTA controller

Comments

@danail-branekov
Copy link
Member

danail-branekov commented Mar 27, 2023

Blockers/Dependencies

No response

Background

As specified in the v3 api spec the lifecycle object is optional

Acceptance Criteria

GIVEN I have deployed Korifi
WHEN I create an app without specifying lilfecycle

curl "https://api.example.org/v3/apps" \
  -X POST \
  -H "Content-type: application/json" \
  -d '{
    "name": "my_app",
    "relationships": {
      "space": {
        "data": {
          "guid": "2f35885d-0c9d-4423-83ad-fd05066f8576"
        }
      }
    }
  }'

THEN I get a 201 Created

@danail-branekov danail-branekov added mta support the MTA controller good first issue Good for newcomers labels Mar 27, 2023
@github-project-automation github-project-automation bot moved this to 🧊 Icebox in Korifi - Backlog Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers mta support the MTA controller
Projects
Status: 🧊 Icebox
Development

No branches or pull requests

1 participant