1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Document new offline support labels

This commit is contained in:
Steven Nguyen 2023-02-09 17:05:06 -08:00
parent 5d1ada4652
commit 7c0eb7bf8b
No known key found for this signature in database

View file

@ -77,8 +77,11 @@ App::post('/v1/account/create')
* sdk.namespace - Refers to the route namespace.
* sdk.method - Refers to the sdk method that needs to called.
* sdk.description - Description of the route, using markdown format.
* sdk.sdk.response.code - Refers to the route http response status code expected.
* sdk.response.code - Refers to the route http response status code expected.
* sdk.auth.response.model - Refers the route http response expected.
* sdk.offline.model - Refers to the local collection where offline data should be stored. No value indicates the data will not be cached
* sdk.offline.key - Refers to the ID of the local data
* sdk.offline.response.key - JSON property name that has the ID. Defaults to $id
```php
App::post('/v1/account/jwt')