mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 12:27:04 +00:00
docs: Add version information to ARI resources and methods.
* Dump a git blame of each file in rest-api/api-docs. * Get the commit for each "resourcePath" and "httpMethod" entry. * Find the tags for each commit (same as other processes). * Insert a "since" array after each "resourcePath" and "httpMethod" entry.
This commit is contained in:
committed by
asterisk-org-access-app[bot]
parent
db8ae1912d
commit
dfc8652b55
@@ -6,6 +6,9 @@
|
||||
"swaggerVersion": "1.1",
|
||||
"basePath": "http://localhost:8088/ari",
|
||||
"resourcePath": "/api-docs/sounds.{format}",
|
||||
"since": [
|
||||
"12.0.0"
|
||||
],
|
||||
"apis": [
|
||||
{
|
||||
"path": "/sounds",
|
||||
@@ -13,6 +16,9 @@
|
||||
"operations": [
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"since": [
|
||||
"12.0.0"
|
||||
],
|
||||
"summary": "List all sounds.",
|
||||
"nickname": "list",
|
||||
"responseClass": "List[Sound]",
|
||||
@@ -42,6 +48,9 @@
|
||||
"operations": [
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"since": [
|
||||
"12.0.0"
|
||||
],
|
||||
"summary": "Get a sound's details.",
|
||||
"nickname": "get",
|
||||
"responseClass": "Sound",
|
||||
|
||||
Reference in New Issue
Block a user