Commit 856faa48 authored by Łukasz Nowak's avatar Łukasz Nowak

Do creation on instance endpoint.

Do not create additional request endpoint, as requesting is like creation, so
reuse POST verb on instance endpoint.
parent 1b375b6f
......@@ -74,7 +74,7 @@ Request a new instantiation of a software.
`Request`::
POST http://example.com/api/v1/request HTTP/1.1
POST http://example.com/api/v1/instance HTTP/1.1
Accept: application/json
Content-Type: application/json; charset=utf-8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment