Update copilot content-access opt-in
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://api.monitoring.crahe-arthur.com/api/v1/tenants/me/copilot-settings" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "018f7b9a-6f8d-4c1d-8d72-1bbecdadc101",
"name": "Acme Monitoring",
"slug": "acme-monitoring",
"plan": "free",
"status": "active",
"retentionDaysCap": 30,
"contentAccess": false,
"createdAt": "2026-04-28T19:00:00.000Z",
"updatedAt": "2026-04-28T20:00:00.000Z",
"me": {
"userId": "018f7b9a-57dd-4748-9e13-6e3e3e5b9eaf",
"orgRole": "owner"
}
}