.. _metadata_ref: Metadata ======== For the data representation see :ref:`Metadata Representation `. +-----------------------------------+--------+----------------+----------------+ | Action | Verb | Noun | Description | +===================================+========+================+================+ | :ref:`insert ` | POST | /metadata/ | Creates new | | | | | Metadata. | +-----------------------------------+--------+----------------+----------------+ | :ref:`list/query ` | GET | /metadata | Return all | | | | | metadata | | | | | registered in | | | | | the UNIS | | | | | instance. | +-----------------------------------+--------+----------------+----------------+ | :ref:`get ` | GET | /metadata/{id} | Return | | | | | the meatadata | | | | | representation.| +-----------------------------------+--------+----------------+----------------+ | :ref:`update ` | PUT | /metadata/{id} | Update the | | | | | specified | | | | | metadata. | +-----------------------------------+--------+----------------+----------------+ | :ref:`delete ` | DELETE | /metadata/{id} | Delete the | | | | | specified | | | | | metadata. | +-----------------------------------+--------+----------------+----------------+ | :ref:`patch ` | PATCH | /metadata/{id} | patch the | | | | | specified | | | | | metadata. | +-----------------------------------+--------+----------------+----------------+ .. toctree:: :maxdepth: 3 metadata_list metadata_get metadata_insert metadata_update metadata_delete metadata_patch