Working with Document Hubs
The Terms API can only be used with the built-in Glossary Hub. If you've enabled Document Hubs, you have to use the Documents or Folders APIs to work with other hubs.
API Usage Recommendations (Deluxe Tier)
Create Terms (POST) and Update Terms (PUT) API Endpoints
With increased payload size and custom fields, you might see an increase in the latency and at times potential HTTP 504 Gateway Timeout errors.
To ensure optimal performance, we recommend the following:
- Use it for single-user operations.
- Avoid concurrent requests from multiple users at the same time.
- Keep the payload size to a maximum of 1K terms, with each term containing up to 7 custom fields.