Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Support for custom Request names #294

Open
ecstasy2 opened this issue Nov 19, 2015 · 1 comment
Open

Support for custom Request names #294

ecstasy2 opened this issue Nov 19, 2015 · 1 comment

Comments

@ecstasy2
Copy link

Currently the following blueprint Action would generate a transaction with a mane as follow:

Api > Single user > Create a user > Example 1
# Api

## Single user [/users/{id}]

### Create a user [POST]

+ Request Succeeding request (application/json)

        + Attributes (Valve)

+ Response 201 (application/json)

    + Headers

            Location: /users/101

I was able to track this down to the module blueprint-transactions. I have oppened a PR here apiaryio/blueprint-transactions#3

Creating this ticket just so that we can follow the release of a new version of the module containing the fix.

@honzajavorek
Copy link
Contributor

I just noticed I replied in apiaryio/blueprint-transactions#3, but not here. This is something we are going to work on when #227 develops into a final specs on how to handle this all. It's definitely on our roadmap.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants