Skip to content

Commit 5f3dd43

Browse files
authored
Merge pull request #389 from cultuurnet/III-6162/rename-mailinglist-endpoint-docs
III-6162 Change the endpoint of mailinglist to use kebab-case instead of camelCase
2 parents ce9c044 + b0a45d0 commit 5f3dd43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/uitdatabank/reference/entry.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9026,7 +9026,7 @@
90269026
]
90279027
}
90289028
},
9029-
"/mailinglist/{mailinglistId}": {
9029+
"/mailing-list/{mailinglistId}": {
90309030
"parameters": [
90319031
{
90329032
"schema": {
@@ -9035,12 +9035,12 @@
90359035
"name": "mailinglistId",
90369036
"in": "path",
90379037
"required": true,
9038-
"description": "The mailinglist id"
9038+
"description": "The mailing list id"
90399039
}
90409040
],
90419041
"put": {
9042-
"summary": "Subscribe to mailinglist",
9043-
"operationId": "put-mailinglist-mailinglistId",
9042+
"summary": "Subscribe to mailing list",
9043+
"operationId": "put-mailing-list",
90449044
"tags": [
90459045
"Mailing"
90469046
],

0 commit comments

Comments
 (0)