You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To further optimise responses, support ETags or Last-Modified headers so clients can do conditional GET requests to avoid fetching unchanged resources.
A client can issue GET /templates/{templateId} with If-None-Match or If-Modified-Since to reduce unnecessary data transfer.
The text was updated successfully, but these errors were encountered:
To further optimise responses, support ETags or Last-Modified headers so clients can do conditional GET requests to avoid fetching unchanged resources.
A client can issue GET /templates/{templateId} with If-None-Match or If-Modified-Since to reduce unnecessary data transfer.
The text was updated successfully, but these errors were encountered: