Related Product
Which product is this question related to?
API
Describe the question
We are using a third-party OAuth app against Planning Center Groups API v2.
Our token has groups scope and can successfully read a Groups event via:
GET /groups/v2/events/{eventId}
But when we try to update the same event’s description with:
PATCH /groups/v2/events/{eventId}
we receive:
403 Forbidden
User with id ... cannot update ... EventVertex ...
The same connected user can edit the event description in the Planning Center UI.
Can a third-party OAuth app update the description field on a Groups Event resource through the public API?
If yes, what permissions or app configuration are required beyond normal UI event-edit access?
I have..
Related Product
Which product is this question related to?
API
Describe the question
We are using a third-party OAuth app against Planning Center Groups API v2.
Our token has groups scope and can successfully read a Groups event via:
GET /groups/v2/events/{eventId}
But when we try to update the same event’s description with:
PATCH /groups/v2/events/{eventId}
we receive:
403 Forbidden
User with id ... cannot update ... EventVertex ...
The same connected user can edit the event description in the Planning Center UI.
Can a third-party OAuth app update the description field on a Groups Event resource through the public API?
If yes, what permissions or app configuration are required beyond normal UI event-edit access?
I have..