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
🚀 [Feature]: Add space administration commands; rename Set-ConfluencePage to Update-ConfluencePage
Add New/Update/Set/Remove-ConfluenceSpace so spaces can be created, modified,
declaratively upserted, and permanently deleted (v1 space endpoints; delete is
async and returns a 202 long-running task). Rename Set-ConfluencePage to
Update-ConfluencePage because it performs a partial update (increments the
version), reserving the Set verb for declarative create-or-replace as used by
Set-ConfluenceSpace. Update README quick-start, SCOPES scope map, and the Pages
example to the new verb, and document the space-administration scope
requirements (write:space / delete:space / read:content.metadata).
0 commit comments