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