Skip to content

Fix attach_content on Confluence Server with an existing attachement - #1679

Merged
gonchik merged 1 commit into
atlassian-api:masterfrom
FSchumacher:fix-attach-content-for-v1-confluence-server
Sep 10, 2026
Merged

Fix attach_content on Confluence Server with an existing attachement#1679
gonchik merged 1 commit into
atlassian-api:masterfrom
FSchumacher:fix-attach-content-for-v1-confluence-server

Conversation

@FSchumacher

Copy link
Copy Markdown
Contributor

On-Premise Confluence Server doesn't support PUT like the Cloud version. We have to use the old code path from 4.x, where we use POST on a path below the child.

Fixes #1677
Follow-Up to #1666

On-Premise Confluence Server doesn't support PUT like the Cloud version. We have to use the old code path from 4.x, where we use POST on a path below the child.

Fixes atlassian-api#1677
Follow-Up to atlassian-api#1666
@gonchik
gonchik merged commit 30cedd6 into atlassian-api:master Sep 10, 2026
3 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using attach_content on Confluence Server with an existing attachement results in 415 HTTP error

2 participants