From dd75aca515918782a9ed333e019afce17f17d40d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 07:30:39 +0000 Subject: [PATCH] Deployed 0054a8d with MkDocs version: 1.6.1 --- api/index.html | 6 +++--- search/search_index.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/index.html b/api/index.html index 3033e8b7..dc0c1724 100644 --- a/api/index.html +++ b/api/index.html @@ -3936,10 +3936,10 @@
There is a GraphQL API which allows to do things automatically. GraphQL is also self-documenting.
Stash has integrated playground where you run interact with the API and view the documentation.
http(s)://IP:PORT/playground
(default is http://localhost:9999/playground
). <server>:<port>/playground
(default is http://localhost:9999/playground
). All HTTP requests have to go to http(s)://IP:PORT/graphql
(default is http://localhost:9999/graphql
).
All HTTP requests have to go to <server>:<port>/graphql
(default is http://localhost:9999/graphql
).
You just need to add the key you generated in Stash (for more info about the API Key check stash's help section) in a header for every request you make.