mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 02:16:29 +02:00
fix: category follow schema test
This commit is contained in:
@@ -26,7 +26,7 @@ put:
|
||||
actor:
|
||||
type: string
|
||||
description: A valid actor uri or webfinger handle
|
||||
example: 'foobar@example.org'
|
||||
example: 'https://example.org/foobar'
|
||||
responses:
|
||||
'200':
|
||||
description: successfully sent category synchronization request
|
||||
@@ -69,7 +69,7 @@ delete:
|
||||
actor:
|
||||
type: string
|
||||
description: A valid actor uri or webfinger handle
|
||||
example: 'foobar@example.org'
|
||||
example: 'https://example.org/foobar'
|
||||
responses:
|
||||
'200':
|
||||
description: successfully unsynchronized category
|
||||
|
||||
Reference in New Issue
Block a user