Jhonatan Teixeira
11/22/2024, 2:36 PM/api/v1/entities/admin/organizations/default
I also tried to make the request via Postman but it did not seem to work.
Does anyone know if this API endpoint still a valid thing and I am maybe missing something, or is there another way to add a new CORS domain programmatically?Julius Kos
11/22/2024, 2:59 PMJhonatan Teixeira
11/22/2024, 3:03 PM{
"data": {
"attributes": {
"allowedOrigins": [
"domain-xxx"
]
},
"id": "default",
"type": "organization"
}
}
response:
{
"detail": "The requested endpoint does not exist or you do not have permission to access it.",
"status": 404,
"title": "Not Found",
"traceId": "ae4091626a76f63e2a1cab3fe4e61b1c"
}
Jhonatan Teixeira
11/22/2024, 3:04 PMJulius Kos
11/22/2024, 3:40 PMJulius Kos
11/22/2024, 3:40 PMJulius Kos
11/22/2024, 3:40 PMhttps://<hostname>/api/v1/entities/admin/organizations/<orgID>