fix: fix RST description in dlv_fleetflow_contactflow manifest
This commit is contained in:
@@ -3,13 +3,14 @@
|
|||||||
"name": "FleetFlow ContactFlow API",
|
"name": "FleetFlow ContactFlow API",
|
||||||
"summary": "Expose Busenco trip drivers as a ContactFlow JSON API "
|
"summary": "Expose Busenco trip drivers as a ContactFlow JSON API "
|
||||||
"secured by an API key.",
|
"secured by an API key.",
|
||||||
"description": """
|
'description': """
|
||||||
FleetFlow ContactFlow API
|
Exposes trip.driver records as a JSON feed endpoint, consumed by the
|
||||||
=========================
|
WordPress dlv-odoo-contactflow plugin.
|
||||||
|
|
||||||
Provides a token-authenticated HTTP endpoint that returns the active
|
Endpoint: GET /fleetflow/contactflow/drivers?location=<location_name>
|
||||||
trip drivers (busenco_custom ``trip.driver``) as JSON contacts,
|
|
||||||
optionally filtered by office location.
|
Authentication: Bearer token via Odoo native API keys.
|
||||||
|
Generate a key via Settings > Users > (user) > API Keys > New.
|
||||||
""",
|
""",
|
||||||
"author": "bv Domus La Vila",
|
"author": "bv Domus La Vila",
|
||||||
"website": "https://domuslavila.eu",
|
"website": "https://domuslavila.eu",
|
||||||
|
|||||||
Reference in New Issue
Block a user