Confluence API V2 uses string
type for spaceId
- Library uses int
#247
Labels
enhancement
New feature or request
string
type for spaceId
- Library uses int
#247
Is your feature request related to a problem? Please describe.
The v2 API documentation shows the POST body requiring a
string
forspaceId
However,
type PageCreatePayloadSchema
hasSpaceID int
which makes it impossible to send most requests as they use strings.Describe the solution you'd like
Change:
to:
The text was updated successfully, but these errors were encountered: