feat: adding metadata open-api endpoints and updating docs (#4170)

* initialise metadata schema for open-api

* remove "soon" label on metadata rest-api

* open-api fetch paths

* remove parameter type for metadata schema

* add REST module to open-api

* metadata schema components

* metadata paths

* refactor and /open-api route fix
This commit is contained in:
Aditya Pimpalkar
2024-03-05 10:37:16 +00:00
committed by GitHub
parent a9f4a66c4f
commit caa4dcf893
9 changed files with 366 additions and 13 deletions

View File

@ -56,9 +56,7 @@ const sidebars = {
{
type: 'link',
label: 'Metadata API',
href: '#',
className: 'coming-soon',
//href: '/rest-api/metadata',
href: '/rest-api/metadata',
},
],
},