How to use swagger ui and api's #214
-
on swagger ui , generate a token and then login on the same ui , or create a small function in js to post the job or get list of jobs. (all api's are failing) working from ansible-forms only |
Beta Was this translation helpful? Give feedback.
Answered by
ansibleguy76
Sep 5, 2024
Replies: 3 comments 7 replies
-
Thanks this helps! |
Beta Was this translation helpful? Give feedback.
3 replies
-
Trying to create a token with which to run jobs scheduled. But keep getting unauthorized, even using an admin token.
I did change the env vars to extend the expiration time. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First use the /auth/login api and authorize.
Choose Try out
And click Execute
Capture the token
Open the authorization for the api you want to test
Preceed the token with Bearer
Again choose try out + execute