reactivate_provider
Restores access for a deactivated provider in the LumbreTravel MCP Server by specifying the provider's ID, enabling renewed API integration and services management.
Instructions
Reactivar un proveedor.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID del proveedor a reactivar |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "ID del proveedor a reactivar",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}