{"info":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","description":"<html><head></head><body><p>REST API for the Metadata for Confluence Cloud Forge app.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This API uses <strong>3LO (OAuth 2.0)</strong> only. API keys are not supported.</p>\n<ol>\n<li><strong>Enable app REST APIs</strong> for your site in Atlassian Administration: Apps → Sites → [your site] → Connected apps → find this app → enable \"App REST APIs\".</li>\n<li><strong>Create a 3LO integration</strong> in the <a href=\"https://developer.atlassian.com/console/myapps/\">Atlassian Developer Console</a>: OAuth 2.0 integration → add this Forge app (Marketplace or custom app) for the site → select the scopes required for the endpoints you call (see each operation's <code>x-atlassian-scopes</code>). Also add the Forge app product scope <code>read:forge-app:confluence</code>.</li>\n<li><strong>Obtain an access token</strong> via the OAuth 2.0 authorization code flow (authorization URL and token exchange as per your 3LO app).</li>\n<li><strong>Call the API</strong> with the token in the <code>Authorization</code> header: <code>Authorization: Bearer &lt;access_token&gt;</code>.</li>\n</ol>\n<p>Full steps and details: <a href=\"https://developer.atlassian.com/platform/forge/access-rest-apis-exposed-by-a-forge-app/\">Access REST APIs exposed by a Forge app</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9995494","collectionId":"0ba489cb-9d8f-475c-a506-376905d049cc","publishedId":"2sBXcAHN96","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-09T17:37:49.000Z"},"item":[{"name":"v1","item":[{"name":"metafields","item":[{"name":"List metadata field definitions","id":"573a83c8-6e63-42b1-8e84-90e435ce9483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafields","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","metafields"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[]}},"response":[{"id":"c6af1bf2-c5f3-47ca-9be2-02b2dcc2db7b","name":"List of metafields","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"key\": \"string\",\n    \"title\": \"string\",\n    \"type\": 9965,\n    \"description\": \"string\",\n    \"selectMode\": 5426,\n    \"selectOptions\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  {\n    \"key\": \"string\",\n    \"title\": \"string\",\n    \"type\": 942,\n    \"description\": \"string\",\n    \"selectMode\": 6688,\n    \"selectOptions\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n]"}],"_postman_id":"573a83c8-6e63-42b1-8e84-90e435ce9483"}],"id":"82591147-17c4-4f53-9076-d7d3f367fb97","_postman_id":"82591147-17c4-4f53-9076-d7d3f367fb97","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"metafield","item":[{"name":"{key}","item":[{"name":"Update a metadata field","id":"384ce256-25c9-4d6c-ba3c-5b470121353a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"selectOptions\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield/:key","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","metafield",":key"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[{"id":"c0b0522a-f3a9-46e6-8e02-2480cc032d32","type":"any","value":"string","key":"key"}]}},"response":[{"id":"24baa81b-1da8-4709-9311-c81e2e2f13b1","name":"Updated metafield","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"selectOptions\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metafield",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key\": \"string\",\n  \"title\": \"string\",\n  \"type\": 4188,\n  \"description\": \"string\",\n  \"selectMode\": 2190,\n  \"selectOptions\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"edfdb6cd-dc06-4aad-a41f-55f6816e99de","name":"Validation failed","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"selectOptions\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metafield",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"a8812be0-d022-4229-9ee9-bb00cc8c9c84","name":"Resource not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"selectOptions\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metafield",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"384ce256-25c9-4d6c-ba3c-5b470121353a"},{"name":"Delete a metadata field","id":"f1a4feb3-b821-4f0c-94cb-deb8d9259fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield/:key","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","metafield",":key"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[{"id":"d95f48dc-d175-4c70-ad95-e75a0b64b594","type":"any","value":"string","key":"key"}]}},"response":[{"id":"f80fc5d4-ee1e-40d5-81d5-856d661c4c2b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metafield",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1cea8223-7f11-4836-9d70-129dbd2bf70a","name":"Validation failed","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metafield",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"706f8161-7298-4fc2-917c-0e14e002fd00","name":"Resource not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metafield",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"f1a4feb3-b821-4f0c-94cb-deb8d9259fb0"}],"id":"6aced657-902f-48ee-a163-c62bb9375748","_postman_id":"6aced657-902f-48ee-a163-c62bb9375748","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"Create a metadata field","id":"317e03ee-6279-49cd-9f69-8782e922bf17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"type\": 7673,\n  \"description\": \"string\",\n  \"selectMode\": 1268,\n  \"selectOptions\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","metafield"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[]}},"response":[{"id":"63edb9eb-e94b-45b3-981d-1ecec936c330","name":"Created metafield","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"type\": 7673,\n  \"description\": \"string\",\n  \"selectMode\": 1268,\n  \"selectOptions\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key\": \"string\",\n  \"title\": \"string\",\n  \"type\": 4188,\n  \"description\": \"string\",\n  \"selectMode\": 2190,\n  \"selectOptions\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"c445e61c-9473-438f-8638-08449df53744","name":"Validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"type\": 7673,\n  \"description\": \"string\",\n  \"selectMode\": 1268,\n  \"selectOptions\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metafield"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"317e03ee-6279-49cd-9f69-8782e922bf17"}],"id":"da2471e4-3a36-4c62-b073-1031fb8b1804","_postman_id":"da2471e4-3a36-4c62-b073-1031fb8b1804","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"metasets","item":[{"name":"List metadata sets","id":"1bcc45d1-f70a-40a3-961d-740d13a10ead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metasets","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","metasets"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[]}},"response":[{"id":"a8efe5a1-7719-489e-b70e-f0897e73b877","name":"List of metasets","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metasets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"key\": \"string\",\n    \"title\": \"string\",\n    \"description\": \"string\",\n    \"defaultSpaces\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  {\n    \"key\": \"string\",\n    \"title\": \"string\",\n    \"description\": \"string\",\n    \"defaultSpaces\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n]"}],"_postman_id":"1bcc45d1-f70a-40a3-961d-740d13a10ead"}],"id":"58071e88-136c-4805-aad6-ad77a077af54","_postman_id":"58071e88-136c-4805-aad6-ad77a077af54","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"metaset","item":[{"name":"{key}","item":[{"name":"Update a metadata set","id":"26e67cbb-a4e3-4127-b7f4-3f8e8b21976b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"fieldKeys\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultSpaces\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultValues\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset/:key","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","metaset",":key"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[{"id":"b12069b3-e44b-4c86-9ebf-bb8bbcd57f3f","type":"any","value":"string","key":"key"}]}},"response":[{"id":"09a3df24-4add-4d3a-ad2f-a9711040cd1b","name":"Updated metaset","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"fieldKeys\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultSpaces\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultValues\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metaset",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key\": \"string\",\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"defaultSpaces\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"56e21777-4f92-4680-a70d-89246ec7fa03","name":"Validation failed","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"fieldKeys\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultSpaces\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultValues\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metaset",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"73c00885-4c25-4f29-bc00-bbbfa87f100a","name":"Resource not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"fieldKeys\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultSpaces\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultValues\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metaset",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"26e67cbb-a4e3-4127-b7f4-3f8e8b21976b"},{"name":"Delete a metadata set","id":"99a16968-a2f5-4892-8936-67ff1508c915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset/:key","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","metaset",":key"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[{"id":"aa730711-dcfd-4dee-839c-6822af6d9682","type":"any","value":"string","key":"key"}]}},"response":[{"id":"76525f71-43d0-482c-93d2-c17f2d9e34b7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metaset",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b64f0e4d-7681-46e8-8bdd-90d435fada23","name":"Resource not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset/:key","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","metaset",":key"],"variable":[{"key":"key","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"99a16968-a2f5-4892-8936-67ff1508c915"}],"id":"12c91706-73fb-44de-8bb1-79c3822eae6f","_postman_id":"12c91706-73fb-44de-8bb1-79c3822eae6f","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"Create a metadata set","id":"cb4d251a-13af-4fa6-8ce7-2707d6ba6810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"fieldKeys\": [\n    \"string\",\n    \"string\"\n  ],\n  \"description\": \"string\",\n  \"defaultSpaces\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultValues\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","metaset"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[]}},"response":[{"id":"3a83b008-5ca5-4f03-9096-9586180e396f","name":"Created metaset","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"fieldKeys\": [\n    \"string\",\n    \"string\"\n  ],\n  \"description\": \"string\",\n  \"defaultSpaces\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultValues\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key\": \"string\",\n  \"title\": \"string\",\n  \"description\": \"string\",\n  \"defaultSpaces\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"3081afdc-99a8-4771-a182-47da15f6df12","name":"Validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"string\",\n  \"fieldKeys\": [\n    \"string\",\n    \"string\"\n  ],\n  \"description\": \"string\",\n  \"defaultSpaces\": [\n    \"string\",\n    \"string\"\n  ],\n  \"defaultValues\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/metaset"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"cb4d251a-13af-4fa6-8ce7-2707d6ba6810"}],"id":"f25c03bd-0303-42d7-a043-2efe4d0762eb","_postman_id":"f25c03bd-0303-42d7-a043-2efe4d0762eb","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"content","item":[{"name":"{contentId}","item":[{"name":"metadata","item":[{"name":"Get content metadata","id":"5a693c0b-9757-4b20-81e6-423a62bf15d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/:contentId/metadata","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","content",":contentId","metadata"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[{"id":"c78f2c06-bf7d-46d0-921a-e95de9193ed3","type":"any","value":"string","key":"contentId"}]}},"response":[{"id":"2a3d663d-6dd5-4173-92ab-f92f49851457","name":"Metadata and set definitions for the content","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/:contentId/metadata","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","content",":contentId","metadata"],"variable":[{"key":"contentId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"metadata\": {}\n}"},{"id":"514853dc-16f6-44f7-a0d9-b7c0a00ab15f","name":"Validation failed","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/:contentId/metadata","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","content",":contentId","metadata"],"variable":[{"key":"contentId","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"5a693c0b-9757-4b20-81e6-423a62bf15d1"},{"name":"Save content metadata","id":"cbca491a-bd67-4994-8197-01396ce88906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"metadata\": {\n    \"key_0\": {\n      \"key_0\": 8722.742904923347,\n      \"key_1\": \"string\",\n      \"key_2\": 2805.3742347975517\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/:contentId/metadata","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","content",":contentId","metadata"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[{"id":"eaee9998-d5c5-45c2-8100-887e12336a96","type":"any","value":"string","key":"contentId"}]}},"response":[{"id":"3be1f547-910c-4db9-93eb-b51a2693d21f","name":"Saved","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"metadata\": {\n    \"key_0\": {\n      \"key_0\": 8722.742904923347,\n      \"key_1\": \"string\",\n      \"key_2\": 2805.3742347975517\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/:contentId/metadata","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","content",":contentId","metadata"],"variable":[{"key":"contentId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false\n}"},{"id":"6e59aeae-0b34-4cc5-b6a0-185d77b55565","name":"Validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"metadata\": {\n    \"key_0\": {\n      \"key_0\": 8722.742904923347,\n      \"key_1\": \"string\",\n      \"key_2\": 2805.3742347975517\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/:contentId/metadata","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","content",":contentId","metadata"],"variable":[{"key":"contentId","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"cbca491a-bd67-4994-8197-01396ce88906"},{"name":"Delete all metadata for a content","id":"4fd06865-328d-407b-b05b-0b62dc1a9b7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/:contentId/metadata","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","content",":contentId","metadata"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[{"id":"00c94d3f-1bb6-4f21-b03e-9e35544adf4d","type":"any","value":"string","key":"contentId"}]}},"response":[{"id":"183c9c24-4f11-402a-a4d8-bfdaab6bcf4b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/:contentId/metadata","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","content",":contentId","metadata"],"variable":[{"key":"contentId","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"966180cc-b52c-4031-bb8e-39ca04db3236","name":"Validation failed","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/:contentId/metadata","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","content",":contentId","metadata"],"variable":[{"key":"contentId","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"4fd06865-328d-407b-b05b-0b62dc1a9b7a"}],"id":"c99e521f-729e-4529-8497-91e4149463f7","_postman_id":"c99e521f-729e-4529-8497-91e4149463f7","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}}],"id":"0cc7670a-5890-4512-b298-5f0b2f2881a6","_postman_id":"0cc7670a-5890-4512-b298-5f0b2f2881a6","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"metadata","item":[{"name":"bulk","item":[{"name":"ids","item":[{"name":"Bulk update metadata by content IDs","id":"344d95dc-bf00-4e67-bfaa-9626558c74e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contentIds\": [\n    \"string\"\n  ],\n  \"metadata\": {\n    \"key_0\": {\n      \"key_0\": \"string\"\n    },\n    \"key_1\": {\n      \"key_0\": \"string\"\n    },\n    \"key_2\": {\n      \"key_0\": 2046.094857037356,\n      \"key_1\": \"string\"\n    },\n    \"key_3\": {\n      \"key_0\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/metadata/bulk/ids","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","content","metadata","bulk","ids"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[]}},"response":[{"id":"401f7eed-12b1-41b8-8f45-115d9cd5a129","name":"Completed (updatedCount, failedCount, failedIds)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"contentIds\": [\n    \"string\"\n  ],\n  \"metadata\": {\n    \"key_0\": {\n      \"key_0\": \"string\"\n    },\n    \"key_1\": {\n      \"key_0\": \"string\"\n    },\n    \"key_2\": {\n      \"key_0\": 2046.094857037356,\n      \"key_1\": \"string\"\n    },\n    \"key_3\": {\n      \"key_0\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/metadata/bulk/ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": null,\n  \"status\": \"completed\",\n  \"updatedCount\": 1642,\n  \"failedCount\": 1119,\n  \"failedIds\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"e6333f43-f0cf-4a1e-8f93-06de5e6bf506","name":"Validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"contentIds\": [\n    \"string\"\n  ],\n  \"metadata\": {\n    \"key_0\": {\n      \"key_0\": \"string\"\n    },\n    \"key_1\": {\n      \"key_0\": \"string\"\n    },\n    \"key_2\": {\n      \"key_0\": 2046.094857037356,\n      \"key_1\": \"string\"\n    },\n    \"key_3\": {\n      \"key_0\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/metadata/bulk/ids"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"344d95dc-bf00-4e67-bfaa-9626558c74e6"}],"id":"d810a249-d00b-4a68-aa53-878cfc9c9706","_postman_id":"d810a249-d00b-4a68-aa53-878cfc9c9706","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"query","item":[{"name":"Bulk update metadata by CQL query (async job)","id":"ebb61848-3818-421a-82dc-d55526d89c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"metadata\": {\n    \"key_0\": {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\",\n      \"key_2\": \"string\"\n    }\n  },\n  \"filters\": {\n    \"spaceKeys\": [\n      \"string\",\n      \"string\"\n    ],\n    \"labels\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/metadata/bulk/query","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","content","metadata","bulk","query"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[]}},"response":[{"id":"849433c2-cfa2-4531-8727-87370ee12852","name":"Job created (poll GET /v1/jobs/{id})","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"metadata\": {\n    \"key_0\": {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\",\n      \"key_2\": \"string\"\n    }\n  },\n  \"filters\": {\n    \"spaceKeys\": [\n      \"string\",\n      \"string\"\n    ],\n    \"labels\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/metadata/bulk/query"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": \"string\",\n  \"status\": \"pending\"\n}"},{"id":"581c111b-c13e-471b-b17c-e60805526f36","name":"Validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"body":{"mode":"raw","raw":"{\n  \"metadata\": {\n    \"key_0\": {\n      \"key_0\": \"string\",\n      \"key_1\": \"string\",\n      \"key_2\": \"string\"\n    }\n  },\n  \"filters\": {\n    \"spaceKeys\": [\n      \"string\",\n      \"string\"\n    ],\n    \"labels\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/content/metadata/bulk/query"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"ebb61848-3818-421a-82dc-d55526d89c97"}],"id":"99c8f90d-fb9e-4bef-85c3-67fa2517b043","_postman_id":"99c8f90d-fb9e-4bef-85c3-67fa2517b043","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}}],"id":"062a5b37-8736-47ee-9638-d0ba62922753","_postman_id":"062a5b37-8736-47ee-9638-d0ba62922753","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}}],"id":"880053ce-6527-4b86-a261-3a780f95a2ad","_postman_id":"880053ce-6527-4b86-a261-3a780f95a2ad","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}}],"id":"62d1c830-c0c7-467c-86a0-3bf0b479aedb","_postman_id":"62d1c830-c0c7-467c-86a0-3bf0b479aedb","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"jobs","item":[{"name":"{id}","item":[{"name":"Get job status","id":"bdda7c8a-c104-4c5f-90ea-0f9723a76d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/jobs/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","jobs",":id"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[],"variable":[{"id":"b2b8f017-cf59-4eb7-b746-88d908b6413c","type":"any","value":"string","key":"id"}]}},"response":[{"id":"363ee55c-5a71-4580-b3ec-98b0718f9e4c","name":"Job status","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/jobs/:id","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","jobs",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"jobId\": \"string\",\n  \"jobType\": \"string\",\n  \"status\": \"string\",\n  \"progress\": 1553,\n  \"totalItems\": 358,\n  \"processedItems\": 4258,\n  \"errorMessage\": \"string\",\n  \"completedAt\": \"1976-12-15T06:32:10.615Z\"\n}"},{"id":"441175d3-f592-4e96-8a69-aba0959c90a2","name":"Resource not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/jobs/:id","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","jobs",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"bdda7c8a-c104-4c5f-90ea-0f9723a76d2a"}],"id":"6e39e6ce-5ffa-47a6-90e6-2bb17fee9b6d","_postman_id":"6e39e6ce-5ffa-47a6-90e6-2bb17fee9b6d","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}},{"name":"List jobs","id":"ad793180-5f86-405e-8545-9375abd08ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/jobs?limit=25","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}},"urlObject":{"path":["v1","jobs"],"host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"query":[{"key":"limit","value":"25"}],"variable":[]}},"response":[{"id":"4ca67ad1-8730-46ca-ad21-135dab087b1a","name":"List of jobs (most recent first)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: oauth2","key":"Authorization","value":"<token>"}],"url":{"raw":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID/v1/jobs?limit=25","host":["https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"],"path":["v1","jobs"],"query":[{"key":"limit","value":"25"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"jobId\": \"string\",\n    \"jobType\": \"string\",\n    \"status\": \"string\",\n    \"progress\": 5730,\n    \"totalItems\": 5898,\n    \"processedItems\": 9814,\n    \"errorMessage\": \"string\",\n    \"completedAt\": \"1976-11-19T09:02:03.142Z\"\n  },\n  {\n    \"jobId\": \"string\",\n    \"jobType\": \"string\",\n    \"status\": \"string\",\n    \"progress\": 7843,\n    \"totalItems\": 7446,\n    \"processedItems\": 4529,\n    \"errorMessage\": \"string\",\n    \"completedAt\": \"2023-09-26T04:37:21.849Z\"\n  }\n]"}],"_postman_id":"ad793180-5f86-405e-8545-9375abd08ea7"}],"id":"63679e7d-df8e-437c-9ec5-be855cf56d9a","_postman_id":"63679e7d-df8e-437c-9ec5-be855cf56d9a","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}}],"id":"83151f43-8f1f-46a8-b9ed-924b3c5bfeac","_postman_id":"83151f43-8f1f-46a8-b9ed-924b3c5bfeac","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"0ba489cb-9d8f-475c-a506-376905d049cc","id":"0ba489cb-9d8f-475c-a506-376905d049cc","name":"Metadata for Confluence Cloud REST API","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"grant_type","value":"<grant_type>"}]}},"variable":[{"key":"cloudId","value":"YOUR-CLOUD-ID"},{"key":"appId","value":"YOUR-APP-ID"},{"key":"envId","value":"YOUR-ENV-ID"},{"key":"baseUrl","value":"https://api.atlassian.com/svc/confluence/YOUR-CLOUD-ID/apps/YOUR-APP-ID_YOUR-ENV-ID"}]}