mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 13:24:33 +03:00
Remove API from incorrectly listed as external. For #4015
This commit is contained in:
parent
e17b443726
commit
2be188a82f
1 changed files with 1 additions and 1 deletions
|
@ -3221,7 +3221,7 @@ paths:
|
||||||
get:
|
get:
|
||||||
summary: Get a user's details
|
summary: Get a user's details
|
||||||
operationId: GetUserDetails
|
operationId: GetUserDetails
|
||||||
tags: ['External', 'Chat']
|
tags: ['Chat']
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: userId
|
name: userId
|
||||||
|
|
Loading…
Reference in a new issue