Skip to content

Commit

Permalink
Fixed rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
ake committed Jan 12, 2024
1 parent 3ca7271 commit 61b0400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jira.js
Original file line number Diff line number Diff line change
Expand Up @@ -2098,6 +2098,7 @@ export default class JiraApi {
*/
renameOrganization(organizationId, name) {
return this.doRequest(this.makeRequestHeader(this.makeServiceDeskUri({
intermediatePath: 'rest/servicedesk/1',
pathname: `/organisations/${organizationId}/update`,
}), {
method: 'PUT',
Expand Down

0 comments on commit 61b0400

Please sign in to comment.