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

[IDEA] codeTemplateLibraries/_bulkUpdate Single Library #6108

Open
RunnenLate opened this issue Feb 20, 2024 · 0 comments
Open

[IDEA] codeTemplateLibraries/_bulkUpdate Single Library #6108

RunnenLate opened this issue Feb 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RunnenLate
Copy link

RunnenLate commented Feb 20, 2024

Is your feature request related to a problem? Please describe.
within the Code Template API there are ways to get individual libraries no way to update individual libraries. both the PUT codeTemplateLibraries and the POST codeTemplateLibraries/_bulkUpdate have the same behavior. If you only send a Individual code template library it remove all other libraries not included. I would expect the behavior of the _bulkUpdate to only update what is included since it has a place to specify libraries to be removed by if desired.

image

Describe your use case
Update individual libraries using the API.

Describe the solution you'd like
Only update Libraries specified in request and not remove those not included.

Describe alternatives you've considered
There is no workaround for individual code template libraries, You have to Utilize the XML from GET /codeTemplateLibraries for both the PUT codeTemplateLibraries and the POST codeTemplateLibraries/_bulkUpdate and the XML retrieved from the POST codeTemplateLibraries/_getcodetemplatelibraries can't be used without remove all other libraries

@RunnenLate RunnenLate added the enhancement New feature or request label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant