ctreminiom / go-atlassian

✨ Golang Client Library for Atlassian Cloud.
https://docs.go-atlassian.io
MIT License
114 stars 29 forks source link

Replace service desk id with string instead of int #274

Closed Fank closed 1 day ago

Fank commented 5 days ago

Based on the official document those URLs wants a string for serviceDeskID.

https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/#api-rest-servicedeskapi-servicedesk-servicedeskid-attachtemporaryfile-post

This will be a breaking change.