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

EAM API: remove appid from appinstance path #302

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gainsley
Copy link
Collaborator

What type of PR is this?

  • enhancement/feature

What this PR does / why we need it:

Removes appId from the appinstances path. For retrieval, it becomes an optional parameter, allowing a single API call to get appinstances from different Apps. For delete, it is not necessary because appInstanceId is sufficient to identify the instance.

Which issue(s) this PR fixes:

Fixes #299

Special notes for reviewers:

Changelog input

 release-note

Additional documentation

docs

@gainsley gainsley changed the title remove appid from appinstance path EAM API: remove appid from appinstance path Sep 18, 2024
Copy link

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 2 0 0.02s
✅ JSON eslint-plugin-jsonc 1 0 0 1.43s
✅ JSON jsonlint 1 0 0.18s
✅ JSON prettier 1 1 0 0.93s
✅ JSON v8r 1 0 2.14s
✅ OPENAPI spectral 3 0 6.02s
✅ REPOSITORY git_diff yes no 0.57s
✅ REPOSITORY secretlint yes no 4.65s
✅ YAML yamllint 3 0 0.8s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

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.

EAM: remove appId from get app instances API
1 participant