Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau authored and github-actions[bot] committed Apr 20, 2023
1 parent bca3336 commit 46eeeda
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5767,11 +5767,19 @@
{
"apiDescription": "src/main/resources/swagger.api/mod-entities-links.yaml",
"apiType": "oas",
"interface": "instance-authority-linking-rules 1.0",
"interface": "instance-authority-linking-rules 1.1",
"methods": "get:operation/getInstanceAuthorityLinkingRules",
"name": "mod-entities-links",
"path": "/linking-rules/instance-authority"
},
{
"apiDescription": "src/main/resources/swagger.api/mod-entities-links.yaml",
"apiType": "oas",
"interface": "instance-authority-linking-rules 1.1",
"methods": "get:operation/getInstanceAuthorityLinkingRuleById patch:operation/patchInstanceAuthorityLinkingRuleById",
"name": "mod-entities-links",
"path": "/linking-rules/instance-authority/{ruleId}"
},
{
"apiDescription": "src/main/resources/swagger.api/mod-entities-links.yaml",
"apiType": "oas",
Expand Down

0 comments on commit 46eeeda

Please sign in to comment.