Onify Hub API 2.14.0 released
about 1 year ago by Robert Lundsten
Changelog for 2.14.0
2.14.0
- feature: added strings timestamp endpoint;
GET /my/strings/_timestamp
- feature: added config settings timestamp endpoint;
GET /my/config/settings/_timestamp
- feature: added painless
script
support for updating items via endpointPUT /admin/items/{key}
- feature: added
locale
query parameter for endpointGET /my/strings
- feature: added optional includebpmn query parameter for endpoint
GET /admin/processes
- feature: updated meta.tag and meta.key in payload to be optional for logging validation on endpoint
POST /tools/logs
- feature: support numbers and underscore on item type in all its endpoints
- feature: added id property on inserting file data index
- feature: removed content property in the return result of files POST endpoints;
/files/public
and/files/private
- fix: added tag
frontend
for settingsstorage_maxuploadsfilessize
andstorage_maxattachmentsize
- fix: Timeout handling for httpRequest flow service