cURL
curl --request PATCH \ --url https://api.example.com/api/core/sharepoint/configuration \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "site_sync_settings": [] } '
{ "message": "<string>" }
Bearer token authentication. Format: 'Bearer '
Show child attributes
Successful Response
Was this page helpful?