We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
As specified in the v3 api spec the lifecycle object is optional
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
201 Created
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
THEN I get a
201 Created
The text was updated successfully, but these errors were encountered: