Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
CRUD for Cisco service definitions
GET /api/v1/cisco-services Authorization: Bearer <token>
GET /api/v1/cisco-services/:uuid Authorization: Bearer <token>
POST /api/v1/cisco-services Authorization: Bearer <token>
{ "name": "Company Directory", "url": "https://...", "type": "directory" }
PUT /api/v1/cisco-services/:uuid Authorization: Bearer <token>
DELETE /api/v1/cisco-services/:uuid Authorization: Bearer <token>