{ "opencollection": "1.0.0", "info": { "name": "Netlify Netlify's API documentation accessToken Metadata API", "version": "2.33.1" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://app.netlify.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "getSiteMetadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.netlify.com/api/v1/sites/:site_id/metadata", "params": [ { "name": "site_id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateSiteMetadata", "type": "http" }, "http": { "method": "PUT", "url": "https://api.netlify.com/api/v1/sites/:site_id/metadata", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }