deploy
This commit is contained in:
29
skills/bot-protection/SKILL.md
Normal file
29
skills/bot-protection/SKILL.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: bot-protection-routes
|
||||
description: Handle 2 OpenAPI operation(s) under /api/v1/bot-protection/configuration for the bot protection route group.
|
||||
---
|
||||
|
||||
# bot protection API Routes
|
||||
|
||||
Handle 2 OpenAPI operation(s) under /api/v1/bot-protection/configuration for the bot protection route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### get_bot_protection_configuration
|
||||
|
||||
- Operation ID: `get_bot_protection_configuration`
|
||||
- Route: `GET /api/v1/bot-protection/configuration`
|
||||
- Mode: READ
|
||||
- Summary: Retrieve the bot protection configuration
|
||||
|
||||
### update_bot_protection_configuration
|
||||
|
||||
- Operation ID: `update_bot_protection_configuration`
|
||||
- Route: `POST /api/v1/bot-protection/configuration`
|
||||
- Mode: WRITE
|
||||
- Summary: Update the bot protection configuration
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user