{ "info": { "_postman_id": "00f30d14-01ee-47c0-af9a-f5b3e9ec6320", "name": "Atlassian Theme", "description": "Cross-product theme REST API. The root path is /rest/atlassian-theme/1", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "User Preferences", "description": "For accessing and modifying the user's preferences", "item": [ { "name": "Get theme preferences for the user", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}user-preferences", "query": [], "variable": [] }, "method": "GET", "header": [ { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Should NOT be used for rendering because it might not match the page! Can be used for theme switching and testing." }, "response": [] }, { "name": "Set theme preferences for the user", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}user-preferences", "query": [], "variable": [] }, "method": "POST", "header": [ { "description": "", "disabled": false, "key": "Content-Type", "value": "application/json" }, { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "description": "Updates individual preferences for the user with what is provided", "body": { "mode": "raw", "raw": "" } }, "response": [] } ] } ], "variable": [ { "key": "protocol", "name": "Protocol", "description": "The HTTP Protocol that should be used for this REST API.", "type": "string", "value": "http" }, { "key": "host", "name": "Host", "description": "The HTTP host that should be used for this REST API.", "type": "string", "value": "example.com" }, { "key": "basePath", "name": "Base Path", "description": "The path, after the host, of the base of the REST API.", "type": "string", "value": "rest/atlassian-theme/1/" } ] }