Modified ui
[mnenc] / protocol_v_0.txt
index 4057a6d..3c10050 100644 (file)
@@ -5,33 +5,37 @@ Protocol:
 ==Reply==
 201_Created
 400_Bad_Request 
-500_Internal_Server_Error
-503_Service_Unavailable
+403_Forbidden
+500_Internal_Server_Error - not implemented
+503_Service_Unavailable - not implemented
 
 =Encrypt password=
 10_Encrypt|<appname>|<username>|<password>
 
 ==Reply==
 201_Created
-400_Bad_Request 
-500_Internal_Server_Error
-503_Service_Unavailable
+400_Bad_Request - not implemented
+412_Precondition_Failed
+500_Internal_Server_Error - not implemented
+503_Service_Unavailable - not implemented
 
 =Decrypt password=
 20_Decrypt|<appname>|<username>
 
 ==Reply==
-200_OK |<password>
-400_Bad_Request 
+200_OK|<password>
+400_Bad_Request - not implemented
+412_Precondition_Failed
 500_Internal_Server_Error
-503_Service_Unavailable
+503_Service_Unavailable - not implemented
 
 =Check if password exists=
 30_Check|<appname>|<username>
 
 ==Reply==
 201_Created
-400_Bad_Request 
+400_Bad_Request - not implemented
 404_Not_Found
-500_Internal_Server_Error
-503_Service_Unavailable
+412_Precondition_Failed
+500_Internal_Server_Error - not implemented
+503_Service_Unavailable - not implemented