To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorRedirection
The redirection path can use the data from the api requests.
- Scenarios
-
- Redirection
-
- Given
-
I have the following routes.json file
routes: POST /articles: redirect create_article redirects: create_article: path: "/article/{{article.objectId}}" requests: article: - "POST classes/article" - body: "{{body}}" - 'Content-Type': 'application/json'
- Then
- sending a POST request to /create redirects me to the create article's page
Last published over 6 years ago by Victor Mours.