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
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
There are different ways to integrate the label into metadata documents. To make sure only one way is used the integration could be done within the server. The existing API would be extended with a parameter integrate with the following allowed values and responses:
reference: instead of a label the original metadata document is returned and a reference to the label is inserted into the document
inline: instead of a label the original metadata document is returned and a label is inserted inline into the document.
The text was updated successfully, but these errors were encountered:
There are different ways to integrate the label into metadata documents. To make sure only one way is used the integration could be done within the server. The existing API would be extended with a parameter
integrate
with the following allowed values and responses:reference
: instead of a label the original metadata document is returned and a reference to the label is inserted into the documentinline
: instead of a label the original metadata document is returned and a label is inserted inline into the document.The text was updated successfully, but these errors were encountered: