comparison doc/rest.txt @ 8228:11ebd3a19c9a

doc: explicitly refer to POE lifetime in seconds.
author John Rouillard <rouilj@ieee.org>
date Thu, 19 Dec 2024 17:51:48 -0500
parents 32aaf5dc562b
children 5145ad81970a
comparison
equal deleted inserted replaced
8227:d03126f0c6c2 8228:11ebd3a19c9a
1169 to create a user. Creating generic POE tokens is *not* recommended, 1169 to create a user. Creating generic POE tokens is *not* recommended,
1170 but is available if a use case requires it. 1170 but is available if a use case requires it.
1171 1171
1172 This example also changes the lifetime of the POE url. This link has 1172 This example also changes the lifetime of the POE url. This link has
1173 a lifetime of 15 minutes (900 seconds). Using it after 16 minutes will 1173 a lifetime of 15 minutes (900 seconds). Using it after 16 minutes will
1174 result in a 400 error. A lifetime up to 1 hour can be specified. 1174 result in a 400 error. A lifetime up to 3600 seconds (1 hour) can be
1175 specified.
1175 1176
1176 POE url's are an optional mechanism. If: 1177 POE url's are an optional mechanism. If:
1177 1178
1178 * you do not expect your client to retry a failed post, 1179 * you do not expect your client to retry a failed post,
1179 * a failed post is unlikely (e.g. you are running over a local lan), 1180 * a failed post is unlikely (e.g. you are running over a local lan),

Roundup Issue Tracker: http://roundup-tracker.org/