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

[BUG] Unable to create ConfigurationItemAttachments or other attachments #53

Open
msoukhomlinov opened this issue Mar 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@msoukhomlinov
Copy link

This issue, I suspect may be impacting the creation of attachments not only under Config Items but all other entities.

When creating a New resource, if one selects creation of ConfigurationItemAttachments, the creation fails as the URL that tries to be used is ATServicesRest/V1.0/ConfigurationItemAttachments/query (less query). This returns error and the only way I've found that creation works, need to use /ATServicesRest/V1.0/ConfigurationItems/$configItemId/Attachments structure.

New-AutotaskAPIResource.ps1 may need an update to accommodate for resources and sub-resources to be able to make this work.

@msoukhomlinov msoukhomlinov added the bug Something isn't working label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant