Skip to content

Commit

Permalink
Endpoint descriptions: Feature in singular
Browse files Browse the repository at this point in the history
  • Loading branch information
jlledom committed Dec 18, 2024
1 parent 60739a7 commit 6afe150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/active_docs/account_management_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3154,7 +3154,7 @@
}
},
"post": {
"summary": "Account Plan Features Enable",
"summary": "Account Plan Feature Enable",
"description": "Enables an account feature on an account plan.",
"tags": [
"Account Plans"
Expand Down Expand Up @@ -3205,7 +3205,7 @@
},
"/admin/api/account_plans/{account_plan_id}/features/{id}.xml": {
"delete": {
"summary": "Account Plan Features Disable",
"summary": "Account Plan Feature Disable",
"description": "Disables an account feature on an account plan.",
"tags": [
"Account Plans"
Expand Down Expand Up @@ -7464,7 +7464,7 @@
},
"/admin/api/service_plans/{service_plan_id}/features/{id}.xml": {
"delete": {
"summary": "Service Plan Features Disable",
"summary": "Service Plan Feature Disable",
"description": "Disables a feature on a service plan.",
"tags": [
"Service Plans"
Expand Down

0 comments on commit 6afe150

Please sign in to comment.