Skip to content

Commit

Permalink
Remove comit-action, correct as per template
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed May 3, 2019
1 parent cbb7bf0 commit 500d257
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions 0004-siren-prototype-accept-decline.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
= Siren Prototype for comit-rs HTTP API - Accept/Decline actions
Franck Royer <franck[email protected]>
:toc:
:revdate: 2019-05-02

* Authors: Franck Royer
* Date: 2019-05-02
* Author(s): {authors}
* Date: {revdate}
Tracking issue: https://github.com/comit-network/comit-rs/issues/917[comit-rs#917]

Expand Down Expand Up @@ -61,7 +64,6 @@ The prototype must conform to https://github.com/kevinswiber/siren/blob/master/s
"method": "POST",
"href": "/swaps/rfc003/399e8ff5-9729-479e-aad8-49b03f8fc5d5/accept",
"type": "application/json",
"class": ["comit-action"],
"fields": [
{
"name": "beta_ledger_refund_identity", "title": "Refund address on Ethereum", "type": "text",
Expand All @@ -75,7 +77,6 @@ The prototype must conform to https://github.com/kevinswiber/siren/blob/master/s
"method": "POST",
"href": "/swaps/rfc003/399e8ff5-9729-479e-aad8-49b03f8fc5d5/decline",
"type": "application/json",
"class": ["comit-action"],
"fields": []
}
]
Expand All @@ -85,4 +86,5 @@ The prototype must conform to https://github.com/kevinswiber/siren/blob/master/s
{"rel": ["self"], "href": "/swaps"}
]
}
----

0 comments on commit 500d257

Please sign in to comment.