You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Atlassian API supports setting version information as outlined in the documentation.
This library supports setting the version via .update_page() and .update_or_create() (for existing pages). However it doesn't support setting it through .create_page(). This is a request to add a keyword argument to the function which will allow passing it into the underlying POST JSON body.
The text was updated successfully, but these errors were encountered:
The Atlassian API supports setting
version
information as outlined in the documentation.This library supports setting the
version
via.update_page()
and.update_or_create()
(for existing pages). However it doesn't support setting it through.create_page()
. This is a request to add a keyword argument to the function which will allow passing it into the underlying POST JSON body.The text was updated successfully, but these errors were encountered: