New CustomerInventory,
New Mitgliederverwaltung für Vereine New Bank Auto Complete
This commit is contained in:
14
skills/openclaw-m2m-openapi/references/m2m-endpoints.md
Normal file
14
skills/openclaw-m2m-openapi/references/m2m-endpoints.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Expected Endpoints
|
||||
|
||||
- OpenAPI UI: `/docs`
|
||||
- OpenAPI JSON: `/openapi.json`
|
||||
- API key list: `GET /api/tenant/api-keys`
|
||||
- API key create: `POST /api/tenant/api-keys`
|
||||
- API key update: `PATCH /api/tenant/api-keys/:id`
|
||||
- API key delete: `DELETE /api/tenant/api-keys/:id`
|
||||
- M2M exchange: `POST /internal/auth/m2m/token`
|
||||
|
||||
# Header Conventions
|
||||
|
||||
- API key auth: `x-api-key`
|
||||
- JWT auth: `Authorization: Bearer <token>`
|
||||
Reference in New Issue
Block a user