You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (obsolete) ANSI C asctime(): `Sun Aug 3 10:34:12 2019`
53
60
54
-
It is highly recommended to only use the IMF-fixdate format.
61
+
It is highly recommended to only use the IMF-fixdate format. Note that according to [RFC2616](https://tools.ietf.org/html/rfc2616#section-3.3) all HTTP date/time stamps MUST be represented in Greenwich Mean Time (GMT), without exception.
55
62
56
63
Example curl request:
57
64
@@ -197,6 +204,10 @@ Returns an array of board items
197
204
}
198
205
```
199
206
207
+
##### 403 Forbidden
208
+
209
+
A 403 response might be returned if the users ability to create new boards has been disabled by the administrator. For checking this before, see the `canCreateBoards` value in the [Nextcloud capabilties](./API-Nextcloud.md).
0 commit comments