Skip to content

Commit

Permalink
Fixes bad characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Nov 24, 2024
1 parent 0e2ea41 commit f76aec1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/changelog/v1.16.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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)

Expand All @@ -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

Expand Down

0 comments on commit f76aec1

Please sign in to comment.