Commit 599934b
authored
Add spaceOwnerId field to SpaceSchemeV2 (#420)
Add spaceOwnerId field to SpaceSchemeV2 struct
Adds the missing spaceOwnerId field to the SpaceSchemeV2 struct to support
the Confluence v2 API response. This field represents the account ID of the
current space owner, which can differ from the space creator.
The field enables use cases such as:
- Space ownership reports
- Contacting space owners
- Access management
Fixes #4191 parent 012e135 commit 599934b
1 file changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments