-
Notifications
You must be signed in to change notification settings - Fork 23
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
sig#987 - Enhance API by new parameter displayTechnicalUser #1210
Comments
10 tasks
14 tasks
8 tasks
@AnuragNagpure i dont see the value in the swagger for |
Hi @MaximilianHauer I think i missed to add new parameter in one of response as in functionality it is already there will change and raise request quickly |
6 tasks
Phil91
pushed a commit
that referenced
this issue
Jan 10, 2025
…#1233) Refs: #1210 Reviewed-by: Phil Schneider <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Implement a new parameter that defines if the technical user details created for an app/service should be visible for the subscriber.
This configuration will be set in the app release process.
This boolean defines if the subscriber is able to see the technical user in the technical user management section later on.
add "displayTechnicalUser": "boolean" to be saved in the following api
/api/apps/appreleaseprocess/createapp
/api/services/servicerelease/addservice
add "displayTechnicalUser": "boolean" to be provided in the following api
/api/apps/{appID}
/api/services/{serviceId}
Acceptance Criteria
Additional Information
The text was updated successfully, but these errors were encountered: