Confirmed users
192
edits
No edit summary |
No edit summary |
||
| Line 161: | Line 161: | ||
Params: | Params: | ||
''delete'' (Optional) - If set to ''false'', then the queue contents will be deleted, but the queue will remain registered. | ''delete'' (Optional) - If set to ''false'', then the queue contents will be deleted, | ||
but the queue will remain registered. | |||
'''POST /queue/{queue_name}''' | '''POST /queue/{queue_name}''' | ||
| Line 177: | Line 178: | ||
Params: | Params: | ||
''since_timestamp'' (Optional) - All messages newer than this timestamp, should be formatted as seconds since epoch in GMT | ''since_timestamp'' (Optional) - All messages newer than this timestamp, should be | ||
formatted as seconds since epoch in GMT | |||
''limit'' (Optional) - Only return N amount of messages, defaults to 100 | ''limit'' (Optional) - Only return N amount of messages, defaults to 100 | ||
''order'' (Optional) - 'descending' or 'ascending', defaults to descending | ''order'' (Optional) - 'descending' or 'ascending', defaults to descending | ||