Opened 3 years ago
Closed 13 months ago
#1123 closed improvement (fixed)
exceed the dimensional limits of REST documentMetadata-setAttributeOptions
Reported by: | Blucecio | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 8.8.5 |
Component: | Web Services | Version: | 8.7.1 |
Keywords: | Cc: |
Description
Exceed the dimensional limits of the REST method /documentMetadata/setAttributeOptions
The HTTP PUT method has limits on the total length of the string (depending on the server)
To overcome this problem, it is proposed to create a new method that uses HTTP POST (and possibly deprecate the old method)
Change History (1)
comment:1 Changed 13 months ago by Blucecio
- Milestone set to 8.8.5
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Resolved in Logicaldoc 8.8.5 with the new API method setAttributeOptionsPOST
Documentation available at LogicalDOC REST API