Changes between Version 4 and Version 5 of RESTDraft


Ignore:
Timestamp:
04/02/12 17:55:58 (12 years ago)
Author:
adir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESTDraft

    v4 v5  
    4141||'''Método:'''||'''POST'''|| || 
    4242||'''Parâmetros:'''|| grant_type:(authorization_code/password/token/refresh_token) || || 
    43 ||'''Retorno:'''|| ||  {\\ 
    44        "access_token":"2YotnFZFEjr1zCsicMWpAA",\\ 
    45        "token_type":"example",\\ 
    46        "expires_in":3600,\\ 
    47        "refresh_token":"tGzv3JOkF0XG5Qx2TlKWIA",\\ 
    48        "example_parameter":"example_value"\\ 
     43||'''Retorno:'''|| ||  { 
     44       "access_token":"2YotnFZFEjr1zCsicMWpAA", 
     45       "token_type":"example", 
     46       "expires_in":3600, 
     47       "refresh_token":"tGzv3JOkF0XG5Qx2TlKWIA", 
     48       "example_parameter":"example_value" 
    4949     } || 
    5050||Retorno de Exemplo (JSON):|||| {}