From d5bc3856aa03f3da090777cc816696c60ad8e016 Mon Sep 17 00:00:00 2001 From: linyucheng Date: Wed, 8 Nov 2023 21:47:35 +0800 Subject: [PATCH] doc: Add the include_stopped_server field to the /users/name interface --- docs/source/_static/rest-api.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/_static/rest-api.yml b/docs/source/_static/rest-api.yml index 48e49d49..c3c267fa 100644 --- a/docs/source/_static/rest-api.yml +++ b/docs/source/_static/rest-api.yml @@ -209,6 +209,12 @@ paths: required: true schema: type: string + - name: include_stopped_servers + in: query + description: Include stopped servers in user model(s). + schema: + type: boolean + allowEmptyValue: true responses: 200: description: The User model