From 25b1dd96fc584e86051160f27210f74bf3faeedb Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Thu, 7 Jul 2016 15:59:52 -0400 Subject: [PATCH] Add a paragraph instructing api users how to get a token First time api users do not know how or where to obtain a user token. A user has to use the gui to get an initial token to use the api, including the user token api, which will allow them to get subsequent tokens. Change-Id: Ib1696e60be02c17aa1a4020294fc27eb1a57b977 --- doc/source/webapi/v1.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/webapi/v1.rst b/doc/source/webapi/v1.rst index d94812b6..7c1b2150 100644 --- a/doc/source/webapi/v1.rst +++ b/doc/source/webapi/v1.rst @@ -6,6 +6,11 @@ V1 Web API API ### +MY_ACCESS_TOKEN is to be replaced by a token for a given user obtained +from https://my.example.org/#!/profile/tokens initially. The User Tokens +section of the api documentation gives instructions for obtaining +subsequent tokens. + Projects ======== .. rest-controller:: storyboard.api.v1.projects:ProjectsController