Skip to content

Commit

Permalink
Remove the deleted /commands endpoint from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Chrząszcz committed Sep 29, 2022
1 parent b7e8518 commit 79365a2
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions doc/rest-api/Administration-backend_swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,6 @@ produces:
- application/json
host: "localhost:8088"
paths:
/commands:
get:
description: Lists the available commands for administering MongooseIM.
tags:
- "Commands"
responses:
200:
description: A list of information on all the commands that are currently available.
schema:
title: commandList
type: array
items:
title: commandDescription
type: object
properties:
name:
type: string
category:
type: string
action:
type: string
desc:
type: string
/users/{XMPPHost}:
parameters:
- $ref: '#/parameters/hostName'
Expand Down

0 comments on commit 79365a2

Please sign in to comment.