rename file name to be consistent with rest

news_item.yml as seen above is an exception
because the word 'news' is not countable.
Hence the _item form instead of just singular.
pull/9495/head
Markus Kahl 3 years ago
parent 0b6a7c2889
commit 5c1718ec5e
  1. 2
      docs/api/apiv3/openapi-spec.yml
  2. 0
      docs/api/apiv3/paths/notification.yml

@ -204,7 +204,7 @@ paths:
"/api/v3/notifications":
"$ref": "./paths/notifications.yml"
"/api/v3/notifications/{id}":
"$ref": "./paths/notifications_item.yml"
"$ref": "./paths/notification.yml"
"/api/v3/posts/{id}":
"$ref": "./paths/post.yml"
"/api/v3/posts/{id}/attachments":

Loading…
Cancel
Save