diff --git a/docs/changelog/v1.16.0.md b/docs/changelog/v1.16.0.md index 4c0806c..bc18881 100644 --- a/docs/changelog/v1.16.0.md +++ b/docs/changelog/v1.16.0.md @@ -8,14 +8,14 @@ sidebar_position: 94 ### Feature -* #243 - Create endpoint to access attribute allowed values: GET /attributes/{key}/allowedValues #243 +* #243 - Create endpoint to access attribute allowed values: GET /attributes/:key/allowedValues * #246 - Added User Properties to POST /users, GET /users/:username * #250 - Add Document Action for "Amazon EventBridge" * #260 - Add ability to add Relationships between documents via attributes * #265 - Add Checksum CRC-32, CR-32C, SHA-1, SHA-256 options when adding documents * #266 - Added ability to POST /search for searching by documentId * #270 - Add "Govern" permission, role to manage documents -* #269 - Added GET /folders?path={folderPath} to retrieve a folder index key based on the path +* #269 - Added GET /folders?path=:folderPath to retrieve a folder index key based on the path * #278 - Add SOFT_DELETE document event ### Updates @@ -27,7 +27,7 @@ sidebar_position: 94 ### Bugs Fixes -* #256 - POST /documents & Patch /documents/{documentId} doesn't post actions when using deeplink actions +* #256 - POST /documents & Patch /documents/:documentId doesn't post actions when using deeplink actions * #259 - Deep link for OneDrive not passing URL validation * #262 - POST /groups - Added 400 response on invalid characters in group names * #236 - Added Error when attempting to remove an attribute that is listed in a site or classification scheme @@ -43,7 +43,7 @@ sidebar_position: 94 * #290 - 500 Internal Server Error on Attribute-based POST /search * #291 - 400 Error on POST /search of folders - lock file not removed and impacting request * #294 - Adding new attribute to document triggering unrelated composite key validation -* #298 - DELETE /indices/folder/{key} returns 200 even when folder is not deleted +* #298 - DELETE /indices/folder/:key returns 200 even when folder is not deleted ## FormKiQ TagSchema (v1.7.0) @@ -53,11 +53,11 @@ sidebar_position: 94 #64 - Added Support for a "*" catch all default group for SAML IDP integration -#69 - Only allow ADMIN / Govern role to access DELETE /documents/{document/versions +#69 - Only allow ADMIN / Govern role to access DELETE /documents/:document/versions #56 - Add audit / user activity items for modifying documents -#74 - Defined Sites: PATCH /sites/{siteId} and DELETE /sites/{siteId}/groups/{groupName} +#74 - Defined Sites: PATCH /sites/:siteId and DELETE /sites/:siteId/groups/:groupName #70 - Add "Restore" from soft delete from user activities