Skip to content

Commit

Permalink
Modify kapi_resource module to use kapi_definition module (2600hz#6319)
Browse files Browse the repository at this point in the history
  • Loading branch information
harenson authored and jamesaimonetti committed Feb 19, 2020
1 parent e544d47 commit b241b7d
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 258 deletions.
10 changes: 10 additions & 0 deletions applications/crossbar/priv/api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -23294,6 +23294,9 @@
"Application-Data": {
"type": "string"
},
"Application-Name": {
"type": "string"
},
"Asserted-Identity-Name": {
"type": "string"
},
Expand Down Expand Up @@ -23383,6 +23386,13 @@
"Endpoint-ID": {
"type": "string"
},
"Endpoints": {
"items": {
"$ref": "#/definitions/kapi.dialplan.bridge_endpoint",
"type": "object"
},
"type": "array"
},
"Event-Category": {
"enum": [
"resource"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"Application-Data": {
"type": "string"
},
"Application-Name": {
"type": "string"
},
"Asserted-Identity-Name": {
"type": "string"
},
Expand Down Expand Up @@ -98,6 +101,13 @@
"Endpoint-ID": {
"type": "string"
},
"Endpoints": {
"items": {
"$ref": "kapi.dialplan.bridge_endpoint",
"type": "object"
},
"type": "array"
},
"Event-Category": {
"enum": [
"resource"
Expand Down
Loading

0 comments on commit b241b7d

Please sign in to comment.