mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-21 15:03:12 +01:00
test: lowercase tags
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
post:
|
||||
tags:
|
||||
- Posts
|
||||
- posts
|
||||
summary: Change owner of one or more posts
|
||||
description: Change the owner of the posts identified by pids to the user uid.
|
||||
requestBody:
|
||||
|
||||
@@ -2,7 +2,7 @@ put:
|
||||
summary: Change owner of a post
|
||||
description: Change the owner (uid) of a post identified by pid.
|
||||
tags:
|
||||
- Posts
|
||||
- posts
|
||||
parameters:
|
||||
- name: pid
|
||||
in: path
|
||||
|
||||
Reference in New Issue
Block a user