From 6d57e03baa3dfd6cd3241b1e4d130b5d2c15fd8d Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 1 Sep 2015 23:48:22 +0200 Subject: [PATCH] Updated API (markdown) --- API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/API.md b/API.md index da3a8ec..4cc75aa 100644 --- a/API.md +++ b/API.md @@ -12,7 +12,7 @@ Error on any of the above | N/A | N/A | N/A | `{"status":1, "message": ### Legend -* **[pasteID]:** ID of the paste, 16 characters long, hexadecimal -* **[parentID]:** ID of the comments parent (paste ID or comment ID), 16 characters long, hexadecimal -* **[cipherdata]:** binary data, output of the encryption function -* **[expireID]:** expiration key as defined in the [configuration file](https://github.com/elrido/ZeroBin/blob/master/cfg/conf.ini#L50) of the service \ No newline at end of file +* **pasteID:** ID of the paste, 16 characters long, hexadecimal +* **parentID:** ID of the comments parent (paste ID or comment ID), 16 characters long, hexadecimal +* **cipherdata:** binary data, output of the encryption function +* **expireID:** expiration key as defined in the [configuration file](https://github.com/elrido/ZeroBin/blob/master/cfg/conf.ini#L50) of the service \ No newline at end of file