Files
cloudkitty/doc/source/api-reference/v2/api_samples/rating/module_get.json
Quentin Anglade 9f9f4f1233 Add rating modules GET endpoints to v2 API
This introduces GET methods for rating modules in the v2 API. Work items:

* Implement the "/v1/rating/modules" endpoints in the v2 API, including
  unit tests and documentation

Story: 2006572
Task: 36677

Co-Authored-By: Rafael Weingärtner <rafael@apache.org>

Change-Id: I0a2f24051d268a396955c8df7e3e5615546f6293
2022-03-21 11:27:37 -03:00

8 lines
127 B
JSON

{
"module_id": "sample_id",
"description": "Sample extension",
"enabled": true,
"hot-config": false,
"priority": 2
}