{
    "item": [
        {
            "name": "api",
            "description": "",
            "item": [
                {
                    "name": "v1",
                    "description": "",
                    "item": [
                        {
                            "name": "assets",
                            "description": "",
                            "item": [
                                {
                                    "id": "e1a961f6-6a2e-4864-8594-d4db7bf3ac83",
                                    "name": "List assets",
                                    "request": {
                                        "name": "List assets",
                                        "description": {
                                            "content": "**Required scope:** `assets:read`\n\nPaginated assets list with natural-key filters, sort, and substring search.\n\nDefault scope returns currently-effective assets only — rows whose `valid_from` is in the past AND whose `valid_to` is null or in the future. The `is_active` filter is independent of temporal validity; omit it to include both active and inactive rows within the effective window, or pass `?is_active=true`/`false` to filter further.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "assets"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "max 200",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "50"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "min 0",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by active flag",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "is_active",
                                                    "value": "<boolean>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "include_deleted",
                                                    "value": "false"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "q",
                                                    "value": "\""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "comma-separated; prefix '-' for DESC",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": ""
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "18602f2e-dbf0-4e9f-8c9c-74128d2a0d0f",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"data\": [\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"location_id\": \"<long>\",\n      \"location_external_key\": \"<string>\",\n      \"metadata\": {\n        \"key_0\": \"string\",\n        \"key_1\": 4661,\n        \"key_2\": 8790.059706850165,\n        \"key_3\": true\n      },\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"}j]4\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \" \"\n        }\n      ]\n    },\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"location_id\": \"<long>\",\n      \"location_external_key\": \"<string>\",\n      \"metadata\": {\n        \"key_0\": false,\n        \"key_1\": 355,\n        \"key_2\": \"string\",\n        \"key_3\": \"string\"\n      },\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"VRn*`$h81O\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"^)qnr3\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e3c40bb4-1558-43dd-a3d5-6107494cbc3c",
                                            "name": "Bad Request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "051a6bca-4eb3-48a3-a651-f95b8eab71fb",
                                            "name": "Unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "WWW-Authenticate",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0a7ed639-6f54-4a3c-a602-56389474c6da",
                                            "name": "Forbidden",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b534f3c8-e84f-4d33-87bf-602d8cc9766e",
                                            "name": "Not Found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "52666066-02c2-4295-bcdf-6ae000ae84fe",
                                            "name": "Method not allowed",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Method Not Allowed",
                                            "code": 405,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Allow",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "4d5c2ed4-3656-4251-acf6-47528b89587e",
                                            "name": "rate_limited",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Retry-After",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "12ef6b3e-df6b-493d-bc95-d09399e16e3b",
                                            "name": "Internal Server Error",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "95b81cd5-fdf4-4458-abcb-8262284b76c6",
                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "8f4b4534-5c13-4ece-8d60-a055b254a9fe",
                                    "name": "Create an asset",
                                    "request": {
                                        "name": "Create an asset",
                                        "description": {
                                            "content": "**Required scope:** `assets:write`\n\nCreate a new asset record, optionally with one or more tags (RFID, BLE, barcode).\n\nThe `external_key` field is optional. Provide a value from your system of record\n(ERP, WMS, asset management) for natural-key joins, or omit it to receive a\nserver-assigned external_key in the format `ASSET-NNNN` (per-organization sequence).\nA caller-supplied external_key that collides with an existing asset returns 409.\n\nReturns the created asset with its assigned tags. The Location response header contains the canonical URL.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "assets"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "c2b8c735-3499-49f9-9634-8986176fc184",
                                            "name": "Created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Canonical URL of the created resource",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Location",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"external_key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location_id\": \"<long>\",\n    \"location_external_key\": \"<string>\",\n    \"metadata\": {\n      \"key_0\": \"string\",\n      \"key_1\": 8261\n    },\n    \"is_active\": \"<boolean>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"deleted_at\": \"<dateTime>\",\n    \"tags\": [\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"Lt\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"608D\"\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2420bdc7-6418-42d1-9711-ce70cd4c4ae7",
                                            "name": "bad_request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "91e01045-e195-4594-b9ee-b046e2eb862f",
                                            "name": "unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "WWW-Authenticate",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d656f6cc-5b7f-4f1a-92e0-79ef74288acd",
                                            "name": "forbidden",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7d1e11bc-4ee5-4687-8dde-1e7461f50419",
                                            "name": "not_found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "127ba939-4f8a-4f66-b09b-ecea33140cd5",
                                            "name": "Method not allowed",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Method Not Allowed",
                                            "code": 405,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Allow",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d407094e-cd4e-483f-bfad-b40164cecdef",
                                            "name": "conflict",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Conflict",
                                            "code": 409,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "693a4966-ad4c-4e2f-87b8-b1379ac79bfa",
                                            "name": "unsupported_media_type",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unsupported Media Type",
                                            "code": 415,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "68c809a7-de56-457b-946d-35fb952fe681",
                                            "name": "rate_limited",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Retry-After",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "72224f4e-3b31-475a-be35-ef57f44e909e",
                                            "name": "internal_error",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "cfec399f-ba2e-4543-9d81-fc26c2130cae",
                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"{z_\",\n  \"description\": \",Tb\",\n  \"external_key\": \"6dQwg3GA\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": \"string\"\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \",y\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \")g'v-6MXk\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{asset_id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "21fed14e-0989-4a26-9f9a-642e4ffc6cfb",
                                            "name": "Delete an asset",
                                            "request": {
                                                "name": "Delete an asset",
                                                "description": {
                                                    "content": "**Required scope:** `assets:write`\n\nDelete an asset by its canonical id. The asset is removed from all subsequent queries and its external_key becomes immediately available for reuse. Returns 204 on success, 404 if the asset does not exist or has already been deleted.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets",
                                                        ":asset_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<long>",
                                                            "key": "asset_id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Asset id (canonical)",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "878175ec-51bf-4e09-8167-5956c5c200c3",
                                                    "name": "deleted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "No Content",
                                                    "code": 204,
                                                    "header": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "19f31ea4-ec79-49c8-95bc-0edb8b78c394",
                                                    "name": "bad_request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "837c3664-3535-4885-b4d7-bb68dc68bcd9",
                                                    "name": "unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "WWW-Authenticate",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b73c70ce-0940-492f-9765-fb6659c8d8da",
                                                    "name": "forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "01d80f92-bc57-48d3-844c-1c9d8ef2ee14",
                                                    "name": "not_found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7bdbdc96-e9b5-4e50-95fd-05ac24436dbf",
                                                    "name": "Method not allowed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Method Not Allowed",
                                                    "code": 405,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Allow",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "22ed1937-52b4-446d-90ae-0f8bed1e1ad9",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6d0c1a07-dc79-4b74-a13f-40e7d6b805d0",
                                                    "name": "internal_error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3ff8f13e-e20a-4fc8-bad1-9f6512c41777",
                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "6ab94ebf-8267-4e74-aaf1-290fcfadc85d",
                                            "name": "Get asset by canonical id",
                                            "request": {
                                                "name": "Get asset by canonical id",
                                                "description": {
                                                    "content": "**Required scope:** `assets:read`\n\nRetrieve an asset by its canonical id. Returns 404 if the asset does not exist.\n\nPath-addressed retrieval bypasses the temporal-validity filter applied on list endpoints — any non-deleted asset is returned regardless of its `valid_from` / `valid_to` values. Use this endpoint when you have an id and need the row even if its effective window has elapsed.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets",
                                                        ":asset_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<long>",
                                                            "key": "asset_id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Asset id (canonical)",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "1ebc0e26-e951-485a-85f9-8f63b55dfa42",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"external_key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location_id\": \"<long>\",\n    \"location_external_key\": \"<string>\",\n    \"metadata\": {\n      \"key_0\": \"string\",\n      \"key_1\": 8261\n    },\n    \"is_active\": \"<boolean>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"deleted_at\": \"<dateTime>\",\n    \"tags\": [\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"Lt\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"608D\"\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cdda5973-1d2c-4ae0-b369-a93617ddbed5",
                                                    "name": "Bad Request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a11f97d2-25bb-4fea-9063-9db518cee455",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "WWW-Authenticate",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "18db89fd-50ed-4a4a-a97d-27421092f2bf",
                                                    "name": "Forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "fbae597c-96f7-4760-9022-f28d46918fa5",
                                                    "name": "Not Found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "41035b0b-893b-45ae-9476-4c9eae8ba60c",
                                                    "name": "Method not allowed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Method Not Allowed",
                                                    "code": 405,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Allow",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "50ec195d-fa49-44f3-84db-95329e1577be",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c96587e9-63e0-42c5-a111-d5af5bbeb94d",
                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "70ef0b71-b641-4a42-a9ee-5200aa855569",
                                            "name": "Update an asset",
                                            "request": {
                                                "name": "Update an asset",
                                                "description": {
                                                    "content": "**Required scope:** `assets:write`\n\nApply a JSON Merge Patch (RFC 7396) to an asset. Only fields included in the request body are changed; fields set to `null` clear the corresponding nullable column. Omitted fields are left unchanged. An empty body (`{}`) is a no-op and returns the current resource unchanged. Read-only fields are uniformly governed by the accept-if-matches, reject-if-differs rule: a value matching the current resource state is silently normalized out (so a verbatim GET → PATCH round-trip succeeds without manual scrubbing), and a differing value returns 400 with `code: read_only`. This applies to the server-managed surrogate id + timestamps (`id`, `created_at`, `updated_at`, `deleted_at`), the `tags` collection, and the natural-key reference fields (`external_key`, `location_id`, `location_external_key`). Mutate `external_key` via POST /assets/{asset_id}/rename; asset location is collected through scan event ingestion (fixed-reader MQTT pipeline or handheld UI submission) and is not directly settable through the public API; mutate `tags` via POST /assets/{asset_id}/tags and DELETE /assets/{asset_id}/tags/{tag_id}.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "assets",
                                                        ":asset_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<long>",
                                                            "key": "asset_id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Asset id (canonical)",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/merge-patch+json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PATCH",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "3fdf0b35-39fa-4d54-9301-2353c885c3d4",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"external_key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location_id\": \"<long>\",\n    \"location_external_key\": \"<string>\",\n    \"metadata\": {\n      \"key_0\": \"string\",\n      \"key_1\": 8261\n    },\n    \"is_active\": \"<boolean>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"deleted_at\": \"<dateTime>\",\n    \"tags\": [\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"Lt\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"608D\"\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "05a60c0a-60db-4034-9e63-48348014031c",
                                                    "name": "bad_request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6b0158aa-2197-4011-8903-cdb836826747",
                                                    "name": "unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "WWW-Authenticate",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dae3c429-12b8-4099-a6f9-a29f18f6efd7",
                                                    "name": "forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2c13af20-d889-47c6-9432-29e0938427af",
                                                    "name": "not_found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c9ea5242-2500-417d-9793-4d1985500432",
                                                    "name": "Method not allowed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Method Not Allowed",
                                                    "code": 405,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Allow",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "06873dde-44be-46ea-9ac3-ace9b56ee38e",
                                                    "name": "conflict",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Conflict",
                                                    "code": 409,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ca720ba4-dd36-460c-8f4d-8b8e210d0bff",
                                                    "name": "unsupported_media_type",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unsupported Media Type",
                                                    "code": 415,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c0162cdd-464b-47ce-ae36-08b4db474aff",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d1bd7830-4bfe-410e-9f61-bae4cbf94726",
                                                    "name": "internal_error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cf013690-4c11-4af0-90b1-d92ec70f9f6c",
                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"4\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": true\n  },\n  \"name\": \"2rja^*^f0a\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "history",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "af9d1fab-8f46-40ba-ac3a-ba86bf3885de",
                                                    "name": "Asset movement history",
                                                    "request": {
                                                        "name": "Asset movement history",
                                                        "description": {
                                                            "content": "**Required scope:** `tracking:read`\n\nLocation history for an asset identified by its canonical id.\n\nThe asset existence check follows path-addressed semantics — the asset is returned even if its `valid_to` has elapsed. Each history row's location reference applies the temporal-validity predicate, so an event referencing a location whose effective window is past surfaces with null `location_external_key`.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id",
                                                                "history"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "RFC 3339 start timestamp",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "from",
                                                                    "value": "<dateTime>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "RFC 3339 end timestamp",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "to",
                                                                    "value": "<dateTime>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "64fcff3c-c2f7-4f71-a758-f29c13627e76",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "sort",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": [\n    {\n      \"event_observed_at\": \"<dateTime>\",\n      \"location_id\": \"<long>\",\n      \"location_external_key\": \"<string>\",\n      \"duration_seconds\": \"<integer>\"\n    },\n    {\n      \"event_observed_at\": \"<dateTime>\",\n      \"location_id\": \"<long>\",\n      \"location_external_key\": \"<string>\",\n      \"duration_seconds\": \"<integer>\"\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0bc91bf8-0df0-4f47-9955-625179a04a02",
                                                            "name": "Bad Request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "sort",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "753eacfa-508c-43e8-8368-36b768401878",
                                                            "name": "Unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "sort",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "WWW-Authenticate",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6b38c602-48b8-4dbd-9409-dd9905a97bcf",
                                                            "name": "Forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "sort",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8ea6dc33-2e0d-4f00-9a43-5f2c52239641",
                                                            "name": "Not Found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "sort",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2da60fec-74ca-4201-afdd-ca7ee20bb5ea",
                                                            "name": "Method not allowed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "sort",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Method Not Allowed",
                                                            "code": 405,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Allow",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7ccae359-61fa-44bf-b77e-de2052b777e6",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "sort",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e06dce65-d0c4-4cd7-8bbe-8ee84839664d",
                                                            "name": "Internal Server Error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "sort",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "af15cc1e-bb7e-44d7-8ace-27320094796a",
                                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "history"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 start timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "from",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "RFC 3339 end timestamp",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "to",
                                                                            "value": "<dateTime>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "comma-separated; prefix '-' for DESC",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "sort",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "rename",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "4af90496-7802-41df-97c2-4a81b916f842",
                                                    "name": "Rename an asset (mutate external_key)",
                                                    "request": {
                                                        "name": "Rename an asset (mutate external_key)",
                                                        "description": {
                                                            "content": "**Required scope:** `assets:write`\n\nMutate the asset's `external_key` (natural / join key). This operation is **destructive to downstream joins**: any external system that has cached or indexed records on the old `external_key` will silently disconnect. Prefer a coordinated cutover with downstream consumers.\n\n`external_key` is immutable via PATCH; this operation is the only way to change it. Distinct from a regular PATCH in audit logs (different URL surface).\n\nThe response includes `descendant_count_affected` for shape uniformity with the location rename verb. Assets have no hierarchy, so this value is always 0; it is emitted to save typed-client consumers from branching on rename verb.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id",
                                                                "rename"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"external_key\": \"j\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "fe09f729-c629-4d92-9f54-b3eff71aedc8",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"external_key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"location_id\": \"<long>\",\n    \"location_external_key\": \"<string>\",\n    \"metadata\": {\n      \"key_0\": 9629.471083222388,\n      \"key_1\": false,\n      \"key_2\": \"string\"\n    },\n    \"is_active\": \"<boolean>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"deleted_at\": \"<dateTime>\",\n    \"tags\": [\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"ggm7B<<AGf\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \":RU|6\"\n      }\n    ]\n  },\n  \"descendant_count_affected\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c2549a9f-5b8a-40c8-95ec-f583b93a1aa1",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6c2ccc7a-7a76-4f49-93d6-d8c4b78acd28",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "WWW-Authenticate",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0ba97ed8-9ff6-4a2b-ae3c-0380f82c0b70",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e52a7aa2-17b0-43c2-a8bc-bb1ae3dde9fe",
                                                            "name": "not_found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "6b711da4-2c4d-47e5-a7ee-57d8c5fd86cb",
                                                            "name": "Method not allowed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Method Not Allowed",
                                                            "code": 405,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Allow",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c802353a-633f-49d7-af5c-6971041d3af5",
                                                            "name": "conflict",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Conflict",
                                                            "code": 409,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "16ae9987-926e-46e6-82ce-e9cdfd0cdaf3",
                                                            "name": "unsupported_media_type",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unsupported Media Type",
                                                            "code": 415,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c72902d9-9962-4761-987c-5046671877c8",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b1498536-024e-4d2d-9461-f4f04b7a9d49",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1fb3e381-9bbe-499f-9502-a3d6cf55c181",
                                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"j\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "tags",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "43ae8e74-ca53-4798-849c-da098a6a2ebe",
                                                    "name": "Add a tag to an asset",
                                                    "request": {
                                                        "name": "Add a tag to an asset",
                                                        "description": {
                                                            "content": "**Required scope:** `assets:write`\n\nAttach a tag (RFID EPC, BLE beacon ID, barcode, etc.) to an existing asset.\nThe tag must be unique within the organization.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "assets",
                                                                ":asset_id",
                                                                "tags"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "asset_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Asset id (canonical)",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f16ba887-600a-41c3-9bab-7ab6d078bcfb",
                                                            "name": "tag attached",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Canonical URL of the created tag",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"tag_type\": \"rfid\",\n    \"value\": \"}+'T=_\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2a6c7dcf-cac1-44a9-86d2-0bbed68b8486",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d1719599-8e6b-45fc-b230-3597d727f8ab",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "WWW-Authenticate",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "effe16c5-7e99-4192-8244-6464a2835c49",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a0c7a6a4-36ce-454e-b223-e64001f345ad",
                                                            "name": "not_found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d72194af-75fd-45d1-a6b6-82f6ea931866",
                                                            "name": "Method not allowed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Method Not Allowed",
                                                            "code": 405,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Allow",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "1f7e4cf6-7860-46f6-a7f1-efccbc3edecf",
                                                            "name": "conflict",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Conflict",
                                                            "code": 409,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2de2cfcf-c9df-4100-868f-b01833497ba1",
                                                            "name": "unsupported_media_type",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unsupported Media Type",
                                                            "code": 415,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "cb3a45f6-7a0c-433a-a3c3-e7e60ec960df",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "250fb9aa-8d2d-411f-9fb4-b4f137b60a6e",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "be20ddf7-a6ae-4e33-9939-da8ad03fd09a",
                                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{tag_id}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "a80b0018-d80f-4249-b92a-e00eba98dd4b",
                                                            "name": "Remove a tag from an asset",
                                                            "request": {
                                                                "name": "Remove a tag from an asset",
                                                                "description": {
                                                                    "content": "**Required scope:** `assets:write`\n\nDetach a tag from an asset by its tag record id.\nFirst successful removal returns 204; repeated calls return 404 — consistent with top-level resource DELETE semantics. The cross-asset / cross-org case (a tag that exists but is not attached to this asset, or belongs to a different org) also surfaces as 404.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "assets",
                                                                        ":asset_id",
                                                                        "tags",
                                                                        ":tag_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "asset_id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Asset id (canonical)",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "tag_id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Tag id",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "cd90c39c-0a38-4345-970b-0d819bd95b17",
                                                                    "name": "deleted",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":asset_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset id (canonical)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "asset_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "No Content",
                                                                    "code": 204,
                                                                    "header": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "046fa767-eb08-4e58-907c-3fe1b1984445",
                                                                    "name": "bad_request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":asset_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset id (canonical)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "asset_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "6c6e08e9-c382-4022-9e3f-f46854ad5d7f",
                                                                    "name": "unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":asset_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset id (canonical)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "asset_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "WWW-Authenticate",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "22c321ae-9b48-43f5-9708-83349203bf01",
                                                                    "name": "forbidden",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":asset_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset id (canonical)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "asset_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Forbidden",
                                                                    "code": 403,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "b4e6e834-9043-4308-8f6b-e342eea99045",
                                                                    "name": "not_found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":asset_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset id (canonical)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "asset_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "a4f461ce-e838-405c-9f1a-14bea242dbe7",
                                                                    "name": "Method not allowed",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":asset_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset id (canonical)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "asset_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Method Not Allowed",
                                                                    "code": 405,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "Allow",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "5e596100-9027-4d6d-9897-91dfd7f6dc15",
                                                                    "name": "rate_limited",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":asset_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset id (canonical)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "asset_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Too Many Requests",
                                                                    "code": 429,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "Retry-After",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "74fbcfc1-58b3-4fac-a2be-bc44b0e37986",
                                                                    "name": "internal_error",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":asset_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset id (canonical)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "asset_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "74f51f08-d478-4268-9183-f399f26b5c0e",
                                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "assets",
                                                                                ":asset_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Asset id (canonical)",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "asset_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag id",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "locations",
                            "description": "",
                            "item": [
                                {
                                    "id": "b040f261-50be-4dfd-9742-70a574dfde56",
                                    "name": "List locations",
                                    "request": {
                                        "name": "List locations",
                                        "description": {
                                            "content": "**Required scope:** `locations:read`\n\nPaginated locations list with natural-key filters, sort, and substring search.\n\nDefault scope returns currently-effective locations only — rows whose `valid_from` is in the past AND whose `valid_to` is null or in the future. The `is_active` filter is independent of temporal validity; omit it to include both active and inactive rows within the effective window, or pass `?is_active=true`/`false` to filter further.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "locations"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "max 200",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "limit",
                                                    "value": "50"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "min 0",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "offset",
                                                    "value": "0"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "filter by active flag",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "is_active",
                                                    "value": "<boolean>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "include_deleted",
                                                    "value": "false"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "q",
                                                    "value": "\""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "comma-separated, prefix '-' for DESC",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "sort",
                                                    "value": ""
                                                }
                                            ],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "GET",
                                        "body": {},
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "ab9a0662-ff07-453b-b6e5-a482a7c67de1",
                                            "name": "OK",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "OK",
                                            "code": 200,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"data\": [\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"parent_id\": \"<long>\",\n      \"parent_external_key\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"#UZ2|Ph\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"\\\"\\\"7D*\\\"D Zg\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"parent_id\": \"<long>\",\n      \"parent_external_key\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"M\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"Hhjgr(\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5c34f39d-2116-4e14-99d9-2ddf359c85c7",
                                            "name": "bad_request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8bd1f0b5-ab48-4f89-b4cb-065cd90564e5",
                                            "name": "unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "WWW-Authenticate",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "beb707eb-5f08-4ff8-ade4-72edc5a5f156",
                                            "name": "forbidden",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f2b07a1d-d0f0-4083-8c6f-efee34bda6d3",
                                            "name": "not_found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8d19a2bb-c97b-4fb9-853e-fd710297d2b4",
                                            "name": "Method not allowed",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Method Not Allowed",
                                            "code": 405,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Allow",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5acde74e-0034-4e50-b49d-98fbbf762c4b",
                                            "name": "rate_limited",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Retry-After",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "803acf22-290e-411a-8a20-2c9ab1edd509",
                                            "name": "internal_error",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e610e552-2e55-4881-9f54-60873f3680a0",
                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "filter by active flag",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "is_active",
                                                            "value": "<boolean>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "when true, include soft-deleted rows in the response. deleted_at is populated for those rows. Orthogonal to is_active.",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on name, external_key, description, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated, prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {}
                                            },
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "0161a644-60ff-423b-b3e7-1ef110c297cc",
                                    "name": "Create a location",
                                    "request": {
                                        "name": "Create a location",
                                        "description": {
                                            "content": "**Required scope:** `locations:write`\n\nCreate a new location in the hierarchy, optionally with one or more tags.\nSet parent_id (canonical) or parent_external_key (alternate) to nest under an existing parent.\n\nThe `external_key` field is optional. Provide a value from your system of record\n(ERP, WMS, layout/plan) for natural-key joins, or omit it to receive a\nserver-assigned external_key in the format `LOC-NNNN` (per-organization sequence).\nA caller-supplied external_key that collides with an existing location returns 409.",
                                            "type": "text/plain"
                                        },
                                        "url": {
                                            "path": [
                                                "api",
                                                "v1",
                                                "locations"
                                            ],
                                            "host": [
                                                "{{baseUrl}}"
                                            ],
                                            "query": [],
                                            "variable": []
                                        },
                                        "header": [
                                            {
                                                "key": "Content-Type",
                                                "value": "application/json"
                                            },
                                            {
                                                "key": "Accept",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "POST",
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                            "options": {
                                                "raw": {
                                                    "headerFamily": "json",
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "auth": {
                                            "type": "bearer",
                                            "bearer": [
                                                {
                                                    "key": "token",
                                                    "value": "{{bearerToken}}"
                                                }
                                            ]
                                        }
                                    },
                                    "response": [
                                        {
                                            "id": "59339c6d-07b7-483c-9df7-491dde8b7f86",
                                            "name": "Created",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Created",
                                            "code": 201,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Canonical URL of the created resource",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Location",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"external_key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"parent_id\": \"<long>\",\n    \"parent_external_key\": \"<string>\",\n    \"is_active\": \"<boolean>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"deleted_at\": \"<dateTime>\",\n    \"tags\": [\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"1<Lv_\\\"\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \",]|_\"\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "33e45ecc-92ed-4b06-aeda-dd59133954ed",
                                            "name": "bad_request",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Bad Request",
                                            "code": 400,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "eed00085-b0d5-4795-8b25-96e94fe807be",
                                            "name": "unauthorized",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unauthorized",
                                            "code": 401,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "WWW-Authenticate",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "89b3a5b6-6e0b-4cf5-a924-44ee208edfed",
                                            "name": "forbidden",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Forbidden",
                                            "code": 403,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "315eb329-d727-42c9-b6f7-32190ee9f60b",
                                            "name": "not_found",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Not Found",
                                            "code": 404,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b118a9dd-7584-4f1a-a75e-ba6c20bf0783",
                                            "name": "Method not allowed",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Method Not Allowed",
                                            "code": 405,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Allow",
                                                    "value": "<string>"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c6bbe3b4-2640-4c8b-8b1e-40696ab6239b",
                                            "name": "conflict",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Conflict",
                                            "code": 409,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "d75ebf3a-9577-4178-9eb5-10eca92aba78",
                                            "name": "unsupported_media_type",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Unsupported Media Type",
                                            "code": 415,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0c68fecb-4038-4ee3-87c1-fa347a6a7966",
                                            "name": "rate_limited",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Too Many Requests",
                                            "code": 429,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "Retry-After",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9a231c2a-ea15-4e72-a1ae-bcdb810691c4",
                                            "name": "internal_error",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "status": "Internal Server Error",
                                            "code": 500,
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a6901fd4-2ccf-4762-bbb5-e76ddfcc06de",
                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                            "originalRequest": {
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    },
                                                    {
                                                        "description": {
                                                            "content": "Added as a part of security scheme: bearer",
                                                            "type": "text/plain"
                                                        },
                                                        "key": "Authorization",
                                                        "value": "Bearer <token>"
                                                    }
                                                ],
                                                "method": "POST",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"name\": \"}\",\n  \"description\": \"Ub]2y`,\",\n  \"external_key\": \"cryhgJFmFgR\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"%x(-hmB/\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"0'Z4624f\"\n    }\n  ],\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                }
                                            },
                                            "header": [
                                                {
                                                    "key": "Content-Type",
                                                    "value": "application/json"
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Limit",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Remaining",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-RateLimit-Reset",
                                                    "value": ""
                                                },
                                                {
                                                    "disabled": false,
                                                    "description": {
                                                        "content": "",
                                                        "type": "text/plain"
                                                    },
                                                    "key": "X-Request-Id",
                                                    "value": ""
                                                }
                                            ],
                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{location_id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "ef9b3eb5-8696-4b21-9e01-85ee0a8b2bb9",
                                            "name": "Delete location",
                                            "request": {
                                                "name": "Delete location",
                                                "description": {
                                                    "content": "**Required scope:** `locations:write`\n\nDelete a location by its ID. Returns 204 on success, 404 if the location does not exist or has already been deleted, and 409 if the location has descendant locations or assets placed directly at it. Descendants must be reassigned or removed and placed assets must be moved or removed before their parent location can be deleted; bulk cascade is not supported.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations",
                                                        ":location_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<long>",
                                                            "key": "location_id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Location ID",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "DELETE",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "a42878ba-db51-4ff2-8685-402a8a74254e",
                                                    "name": "deleted",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "No Content",
                                                    "code": 204,
                                                    "header": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "text"
                                                },
                                                {
                                                    "id": "01be2819-1047-411a-bcf2-6ea587606adf",
                                                    "name": "bad_request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "924f539b-b9da-4f6f-9cea-78b05f3b68a5",
                                                    "name": "unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "WWW-Authenticate",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f7d2b242-51a1-4fad-8b09-ab56051c6ec4",
                                                    "name": "forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e1698c81-2f65-4b58-9112-5b99e291b18f",
                                                    "name": "not_found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "946fcbed-b16e-4144-9746-a99da5221955",
                                                    "name": "Method not allowed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Method Not Allowed",
                                                    "code": 405,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Allow",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8c94da00-4236-4b31-a3e8-4c761208a0fd",
                                                    "name": "conflict — has descendants or placed assets",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Conflict",
                                                    "code": 409,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ccd46cf8-5ace-4a65-b972-67d0ecc5fc26",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5c797794-2e6a-4f6b-bed7-db41becca970",
                                                    "name": "internal_error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dd54f9c2-5d3e-48c5-b666-2b56e1449094",
                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "DELETE",
                                                        "body": {}
                                                    },
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "d4f15380-9d06-4513-b6a6-e0f0c5ed2692",
                                            "name": "Get location by ID",
                                            "request": {
                                                "name": "Get location by ID",
                                                "description": {
                                                    "content": "**Required scope:** `locations:read`\n\nRetrieve a location by its canonical ID. Returns 404 if not found.\n\nPath-addressed retrieval bypasses the temporal-validity filter applied on list endpoints — any non-deleted location is returned regardless of its `valid_from` / `valid_to` values. Use this endpoint when you have an id and need the row even if its effective window has elapsed.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations",
                                                        ":location_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<long>",
                                                            "key": "location_id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Location ID",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "56dba858-1d8b-4dfa-a78e-370867ec57e3",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"external_key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"parent_id\": \"<long>\",\n    \"parent_external_key\": \"<string>\",\n    \"is_active\": \"<boolean>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"deleted_at\": \"<dateTime>\",\n    \"tags\": [\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"1<Lv_\\\"\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \",]|_\"\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "67ae3d72-e3a2-4132-804d-2f25cb54cd46",
                                                    "name": "Bad Request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ef288603-55e9-4010-ba48-3651c364d6fa",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "WWW-Authenticate",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7c950898-54b0-445b-8ab4-d9e0717bed4f",
                                                    "name": "Forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e593bf59-e978-42cd-a19d-b3859edfd15f",
                                                    "name": "Not Found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0a94b6bf-5bb3-4594-8a48-3ac47aab3576",
                                                    "name": "Method not allowed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Method Not Allowed",
                                                    "code": 405,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Allow",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "56d8bbbb-4c82-45ab-bc8a-c5dbf26f9a10",
                                                    "name": "Too Many Requests",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3e33c1ce-f8ba-4c85-aa81-19b1cafac75e",
                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "7e19e152-ef85-4b0e-a17e-e8d04524200f",
                                            "name": "Update a location",
                                            "request": {
                                                "name": "Update a location",
                                                "description": {
                                                    "content": "**Required scope:** `locations:write`\n\nApply a JSON Merge Patch (RFC 7396) to a location. Only fields included in the request body are changed; fields set to `null` clear the corresponding nullable column. Omitted fields are left unchanged. An empty body (`{}`) is a no-op and returns the current resource unchanged. Read-only fields are uniformly governed by the accept-if-matches, reject-if-differs rule: a value matching the current resource state is silently normalized out (so a verbatim GET → PATCH round-trip succeeds without manual scrubbing), and a differing value returns 400 with `code: read_only`. This applies to the server-managed surrogate id + timestamps (`id`, `created_at`, `updated_at`, `deleted_at`), the `tags` collection, and the `external_key` natural key. To re-parent, send EITHER `parent_id` (surrogate) OR `parent_external_key` (natural key); both forms accept `null` to clear the FK, and supplying both in the same body returns 400 `ambiguous_fields` (symmetric with CreateLocationRequest). Mutate `external_key` via POST /locations/{location_id}/rename; mutate `tags` via POST /locations/{location_id}/tags and DELETE /locations/{location_id}/tags/{tag_id}.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "locations",
                                                        ":location_id"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": [
                                                        {
                                                            "type": "any",
                                                            "value": "<long>",
                                                            "key": "location_id",
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "(Required) Location ID",
                                                                "type": "text/plain"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "header": [
                                                    {
                                                        "key": "Content-Type",
                                                        "value": "application/merge-patch+json"
                                                    },
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "PATCH",
                                                "body": {
                                                    "mode": "raw",
                                                    "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                    "options": {
                                                        "raw": {
                                                            "headerFamily": "json",
                                                            "language": "json"
                                                        }
                                                    }
                                                },
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "c12eaaca-e804-43d8-8300-242c03f7474d",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"external_key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"parent_id\": \"<long>\",\n    \"parent_external_key\": \"<string>\",\n    \"is_active\": \"<boolean>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"deleted_at\": \"<dateTime>\",\n    \"tags\": [\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"1<Lv_\\\"\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \",]|_\"\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b5ebdf0b-02e8-4e9b-99b6-4918df0a4117",
                                                    "name": "bad_request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c0125605-faea-4136-b6d0-3bb1008c68d6",
                                                    "name": "unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "WWW-Authenticate",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "641aaaf3-3f32-4986-a6e1-a234724c7646",
                                                    "name": "forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9d2b5ee1-5b0a-4c48-9dfb-1c832278277e",
                                                    "name": "not_found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "46d3814d-23f0-42af-9f44-8a912ceab089",
                                                    "name": "Method not allowed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Method Not Allowed",
                                                    "code": 405,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Allow",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "814c0337-cbdb-47ce-aab3-d36af7de85cd",
                                                    "name": "conflict",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Conflict",
                                                    "code": 409,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "18809d70-af3c-49d1-b79b-2b2d9bb4fb7b",
                                                    "name": "unsupported_media_type",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Unsupported Media Type",
                                                    "code": 415,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9892e814-05ec-49fe-b3de-09c9c16cbb44",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "00cd4293-395c-4033-9164-bfb4ae6ac802",
                                                    "name": "internal_error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9356f0ad-3c95-4056-83d4-80c566d48290",
                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id"
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/merge-patch+json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "PATCH",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"description\": \"hg_k5P\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"E*1\",\n  \"parent_external_key\": \"jtC82\",\n  \"parent_id\": \"<long>\",\n  \"valid_from\": \"<dateTime>\",\n  \"valid_to\": \"<dateTime>\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "ancestors",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "be84772d-c831-4c9c-ad2c-6de6f8401e62",
                                                    "name": "List location ancestors",
                                                    "request": {
                                                        "name": "List location ancestors",
                                                        "description": {
                                                            "content": "**Required scope:** `locations:read`\n\nSort order is fixed: ancestors are returned root first (walking up the `parent_id` chain), with `id` ascending as a deterministic tiebreaker. No `sort` query parameter is exposed because the natural order toward the root is the only meaningful order for this list.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id",
                                                                "ancestors"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "61c255bc-f62c-4020-98e4-b7e399bc1f52",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": [\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"parent_id\": \"<long>\",\n      \"parent_external_key\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"#UZ2|Ph\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"\\\"\\\"7D*\\\"D Zg\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"parent_id\": \"<long>\",\n      \"parent_external_key\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"M\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"Hhjgr(\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9b32fe16-eb65-4516-89c2-7b824aaf8a23",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "81427de1-1158-497c-8e8a-7ebeffd07d77",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "WWW-Authenticate",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3e49e148-2242-4da7-a417-23a39464bd78",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4d64ad2d-7fe7-47d0-8285-8a15c3a56f15",
                                                            "name": "not_found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "23e0f33d-e21b-4981-a487-69fa614b2d59",
                                                            "name": "Method not allowed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Method Not Allowed",
                                                            "code": 405,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Allow",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "33580201-bb18-4d84-bf7a-a0db0475e37e",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "95b019ee-60af-40cb-b7ec-9733309774d9",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d988bffc-c57d-45fb-89dc-fc193a70b1f5",
                                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "ancestors"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "children",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "f6bd3c35-c4fe-4b54-bbd5-f361c952c122",
                                                    "name": "List location children",
                                                    "request": {
                                                        "name": "List location children",
                                                        "description": {
                                                            "content": "**Required scope:** `locations:read`\n\nSort order is fixed: immediate children are returned ordered alphabetically by `name` ascending, with `id` ascending as a deterministic tiebreaker when sibling names collide. No `sort` query parameter is exposed because alphabetical-by-name is the only meaningful order for a single level of siblings.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id",
                                                                "children"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "0b309100-78cd-4a95-a87c-c61e3e1cdcb2",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": [\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"parent_id\": \"<long>\",\n      \"parent_external_key\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"#UZ2|Ph\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"\\\"\\\"7D*\\\"D Zg\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"parent_id\": \"<long>\",\n      \"parent_external_key\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"M\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"Hhjgr(\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2d4185da-735d-4c51-88a2-34e90b9f50cf",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fc177bc8-bbd5-44da-bf80-831ac30df71e",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "WWW-Authenticate",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "16b73f90-dbce-44be-8c64-30777418e966",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "35429cb2-f74d-4611-93a6-a8078a26af90",
                                                            "name": "not_found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "19f27548-f5cf-4a5a-a670-080b1bd2b3d5",
                                                            "name": "Method not allowed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Method Not Allowed",
                                                            "code": 405,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Allow",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "294de5d6-0861-408d-8054-7b04e5befec6",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "52e132ca-aa45-4a43-bd8e-80e8b0d79ded",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e670e9f1-2a19-4520-80ab-dec76d272af6",
                                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "children"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "descendants",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "326e724b-7cf5-4a3a-8e18-a21892c743a7",
                                                    "name": "List location descendants",
                                                    "request": {
                                                        "name": "List location descendants",
                                                        "description": {
                                                            "content": "**Required scope:** `locations:read`\n\nSort order is fixed: descendants are returned in depth-first tree order (each level sorted by lowercased `external_key`), with `id` ascending as a deterministic tiebreaker. No `sort` query parameter is exposed because the depth-first tree walk is the only meaningful order for this list.",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id",
                                                                "descendants"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                }
                                                            ],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {},
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "133e7d11-2405-4002-bc40-724e6a8975d3",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": [\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"parent_id\": \"<long>\",\n      \"parent_external_key\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"#UZ2|Ph\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"\\\"\\\"7D*\\\"D Zg\"\n        }\n      ]\n    },\n    {\n      \"id\": \"<long>\",\n      \"external_key\": \"<string>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"parent_id\": \"<long>\",\n      \"parent_external_key\": \"<string>\",\n      \"is_active\": \"<boolean>\",\n      \"valid_from\": \"<dateTime>\",\n      \"valid_to\": \"<dateTime>\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"deleted_at\": \"<dateTime>\",\n      \"tags\": [\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"M\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"Hhjgr(\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "cad3ba22-56a6-4297-b6d7-8fe636cdba72",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7b61d450-6308-4d13-9f01-4a0f68d27b40",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "WWW-Authenticate",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d682c358-4c54-4326-8b38-c0ccd1cd949c",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "23e10c8c-57fc-43f8-b9d8-f4761f5c427c",
                                                            "name": "not_found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b72e2195-e8bd-430d-bf3e-bca360c0f585",
                                                            "name": "Method not allowed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Method Not Allowed",
                                                            "code": 405,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Allow",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "809f6453-fc59-44d4-8dd8-ff1271341eeb",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "34a38333-5535-4eb4-898b-2e7ddcc6fed4",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "894ff448-9cc9-4e64-956d-3591d6d32ef4",
                                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "descendants"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "max 200",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "limit",
                                                                            "value": "50"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "min 0",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "offset",
                                                                            "value": "0"
                                                                        }
                                                                    ],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "GET",
                                                                "body": {}
                                                            },
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "rename",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "e852f974-2d71-43c0-b601-9f4b33fccdc0",
                                                    "name": "Rename a location (mutate external_key)",
                                                    "request": {
                                                        "name": "Rename a location (mutate external_key)",
                                                        "description": {
                                                            "content": "**Required scope:** `locations:write`\n\nMutate the location's `external_key`. This operation is **destructive to downstream joins** because consumers of the natural key must re-resolve it. Only this row's `external_key` changes on the server; descendants are not modified.\n\nThe response includes `descendant_count_affected` (the live descendant count reachable through `parent_id`) so an integrator can decide whether to refresh derived natural-key joins for the subtree. `external_key` is immutable via PATCH; this operation is the only way to change it. Distinct from a regular PATCH in audit logs (different URL surface).",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id",
                                                                "rename"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "f28b8a40-dad5-4409-a0cd-12d82bd601de",
                                                            "name": "OK",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "OK",
                                                            "code": 200,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"external_key\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"parent_id\": \"<long>\",\n    \"parent_external_key\": \"<string>\",\n    \"is_active\": \"<boolean>\",\n    \"valid_from\": \"<dateTime>\",\n    \"valid_to\": \"<dateTime>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"deleted_at\": \"<dateTime>\",\n    \"tags\": [\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"$^8pE.t\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"59la5\"\n      }\n    ]\n  },\n  \"descendant_count_affected\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "86151f77-97e2-41be-924d-adf8d95e41ce",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "90983354-35ac-4b29-ac0d-9e893802c4d8",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "WWW-Authenticate",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "33233247-9856-4df5-bfa0-52c4027ca15b",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2cd6f1c3-019d-4d89-9a49-323eee5dc4d4",
                                                            "name": "not_found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "69475d44-0410-46fd-9a53-d86d1164b5db",
                                                            "name": "Method not allowed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Method Not Allowed",
                                                            "code": 405,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Allow",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "12f70932-5611-4706-9754-043277f7f2b3",
                                                            "name": "conflict",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Conflict",
                                                            "code": 409,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ed0a2349-063e-4ef1-a634-47540782745c",
                                                            "name": "unsupported_media_type",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unsupported Media Type",
                                                            "code": 415,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a619e144-dad5-44a1-8031-f1fe5d18ff01",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ad29dbea-5efe-4357-9822-f73614755625",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e107b5c1-6a68-4722-835a-5bc3e0c7f4e4",
                                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "rename"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"external_key\": \"W5wYae\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "tags",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "eec549f9-7468-44e7-a41e-710f1fe11a7b",
                                                    "name": "Add a tag to a location",
                                                    "request": {
                                                        "name": "Add a tag to a location",
                                                        "description": {
                                                            "content": "**Required scope:** `locations:write`",
                                                            "type": "text/plain"
                                                        },
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "locations",
                                                                ":location_id",
                                                                "tags"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": [
                                                                {
                                                                    "type": "any",
                                                                    "value": "<long>",
                                                                    "key": "location_id",
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "(Required) Location ID",
                                                                        "type": "text/plain"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Content-Type",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            }
                                                        ],
                                                        "method": "POST",
                                                        "body": {
                                                            "mode": "raw",
                                                            "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "0a6d1528-a573-451a-b465-234ce7fbc792",
                                                            "name": "tag attached",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Created",
                                                            "code": 201,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Canonical URL of the created tag",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Location",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"tag_type\": \"rfid\",\n    \"value\": \"}+'T=_\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3304e812-1810-416b-bbcc-d7285f081246",
                                                            "name": "bad_request",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Bad Request",
                                                            "code": 400,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fe6b3bea-e395-48c3-82ad-3d6113c54a19",
                                                            "name": "unauthorized",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unauthorized",
                                                            "code": 401,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "WWW-Authenticate",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "bde90cd2-8b2e-41dc-90b0-95e41cc7965c",
                                                            "name": "forbidden",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Forbidden",
                                                            "code": 403,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "49759de7-8461-4eb0-9114-479489d0644e",
                                                            "name": "not_found",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Not Found",
                                                            "code": 404,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "415b6282-15c0-4ca8-9c64-4d5f57fd903b",
                                                            "name": "Method not allowed",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Method Not Allowed",
                                                            "code": 405,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Allow",
                                                                    "value": "<string>"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5b6c0d54-cd66-4e92-8597-6807e65e0d35",
                                                            "name": "conflict",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Conflict",
                                                            "code": 409,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7b95cbfa-740d-4b73-a945-44e9a8d96bc4",
                                                            "name": "unsupported_media_type",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Unsupported Media Type",
                                                            "code": 415,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5547c891-15a7-4aeb-8b79-bd70b2931379",
                                                            "name": "rate_limited",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Too Many Requests",
                                                            "code": 429,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "Retry-After",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d2f73981-1e87-4051-916b-25316844fea1",
                                                            "name": "internal_error",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "status": "Internal Server Error",
                                                            "code": 500,
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0a5ef5d3-1922-4a55-8f96-7c527d6bd8cb",
                                                            "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                            "originalRequest": {
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id"
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Content-Type",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    },
                                                                    {
                                                                        "description": {
                                                                            "content": "Added as a part of security scheme: bearer",
                                                                            "type": "text/plain"
                                                                        },
                                                                        "key": "Authorization",
                                                                        "value": "Bearer <token>"
                                                                    }
                                                                ],
                                                                "method": "POST",
                                                                "body": {
                                                                    "mode": "raw",
                                                                    "raw": "{\n  \"tag_type\": \"rfid\",\n  \"value\": \"l\\\\\"\n}",
                                                                    "options": {
                                                                        "raw": {
                                                                            "headerFamily": "json",
                                                                            "language": "json"
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            "header": [
                                                                {
                                                                    "key": "Content-Type",
                                                                    "value": "application/json"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Limit",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Remaining",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-RateLimit-Reset",
                                                                    "value": ""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "X-Request-Id",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{tag_id}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "0e4094a1-618b-404d-bee3-b2fcb748278e",
                                                            "name": "Remove a tag from a location",
                                                            "request": {
                                                                "name": "Remove a tag from a location",
                                                                "description": {
                                                                    "content": "**Required scope:** `locations:write`\n\nDetach a tag from a location by its tag record id.\nFirst successful removal returns 204; repeated calls return 404 — consistent with top-level resource DELETE semantics. The cross-location / cross-org case (a tag that exists but is not attached to this location, or belongs to a different org) also surfaces as 404.",
                                                                    "type": "text/plain"
                                                                },
                                                                "url": {
                                                                    "path": [
                                                                        "api",
                                                                        "v1",
                                                                        "locations",
                                                                        ":location_id",
                                                                        "tags",
                                                                        ":tag_id"
                                                                    ],
                                                                    "host": [
                                                                        "{{baseUrl}}"
                                                                    ],
                                                                    "query": [],
                                                                    "variable": [
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "location_id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Location ID",
                                                                                "type": "text/plain"
                                                                            }
                                                                        },
                                                                        {
                                                                            "type": "any",
                                                                            "value": "<long>",
                                                                            "key": "tag_id",
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "(Required) Tag ID",
                                                                                "type": "text/plain"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "header": [
                                                                    {
                                                                        "key": "Accept",
                                                                        "value": "application/json"
                                                                    }
                                                                ],
                                                                "method": "DELETE",
                                                                "body": {},
                                                                "auth": {
                                                                    "type": "bearer",
                                                                    "bearer": [
                                                                        {
                                                                            "key": "token",
                                                                            "value": "{{bearerToken}}"
                                                                        }
                                                                    ]
                                                                }
                                                            },
                                                            "response": [
                                                                {
                                                                    "id": "17387c2e-a24d-41c6-ae39-24eaa3fc0170",
                                                                    "name": "deleted",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":location_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "location_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "No Content",
                                                                    "code": 204,
                                                                    "header": [
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "text"
                                                                },
                                                                {
                                                                    "id": "bdba2c92-af07-4b96-85fd-1c34d758140f",
                                                                    "name": "bad_request",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":location_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "location_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Bad Request",
                                                                    "code": 400,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "3b422ead-254e-4049-9f22-199d72252b3c",
                                                                    "name": "unauthorized",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":location_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "location_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Unauthorized",
                                                                    "code": 401,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "WWW-Authenticate",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "d521a801-9e33-4a75-854d-6c768ae8a763",
                                                                    "name": "forbidden",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":location_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "location_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Forbidden",
                                                                    "code": 403,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "38c60fdc-6bad-4c1c-8238-afde93409a92",
                                                                    "name": "not_found",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":location_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "location_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Not Found",
                                                                    "code": 404,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "dcb88eee-0f3e-4593-be3f-bc0862f8fb59",
                                                                    "name": "Method not allowed",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":location_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "location_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Method Not Allowed",
                                                                    "code": 405,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "Allow",
                                                                            "value": "<string>"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "b92b18bb-1951-4be8-9c16-20d5f8e95bda",
                                                                    "name": "rate_limited",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":location_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "location_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Too Many Requests",
                                                                    "code": 429,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "Retry-After",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "870e0239-3310-481c-8b78-2218646c5245",
                                                                    "name": "internal_error",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":location_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "location_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "status": "Internal Server Error",
                                                                    "code": 500,
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "60fde166-ae6a-45a3-bde9-33d80d4efaad",
                                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                                    "originalRequest": {
                                                                        "url": {
                                                                            "path": [
                                                                                "api",
                                                                                "v1",
                                                                                "locations",
                                                                                ":location_id",
                                                                                "tags",
                                                                                ":tag_id"
                                                                            ],
                                                                            "host": [
                                                                                "{{baseUrl}}"
                                                                            ],
                                                                            "query": [],
                                                                            "variable": [
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Location ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "location_id"
                                                                                },
                                                                                {
                                                                                    "disabled": false,
                                                                                    "description": {
                                                                                        "content": "(Required) Tag ID",
                                                                                        "type": "text/plain"
                                                                                    },
                                                                                    "type": "any",
                                                                                    "value": "<long>",
                                                                                    "key": "tag_id"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "header": [
                                                                            {
                                                                                "key": "Accept",
                                                                                "value": "application/json"
                                                                            },
                                                                            {
                                                                                "description": {
                                                                                    "content": "Added as a part of security scheme: bearer",
                                                                                    "type": "text/plain"
                                                                                },
                                                                                "key": "Authorization",
                                                                                "value": "Bearer <token>"
                                                                            }
                                                                        ],
                                                                        "method": "DELETE",
                                                                        "body": {}
                                                                    },
                                                                    "header": [
                                                                        {
                                                                            "key": "Content-Type",
                                                                            "value": "application/json"
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Limit",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Remaining",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-RateLimit-Reset",
                                                                            "value": ""
                                                                        },
                                                                        {
                                                                            "disabled": false,
                                                                            "description": {
                                                                                "content": "",
                                                                                "type": "text/plain"
                                                                            },
                                                                            "key": "X-Request-Id",
                                                                            "value": ""
                                                                        }
                                                                    ],
                                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "orgs",
                            "description": "",
                            "item": [
                                {
                                    "name": "me",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "1256e659-64ba-43f6-826f-64dbe5e952ba",
                                            "name": "Get the org associated with the authenticated API key",
                                            "request": {
                                                "name": "Get the org associated with the authenticated API key",
                                                "description": {
                                                    "content": "Returns the organization scoped by the API key presented in Authorization. Intended as a lightweight health-check primitive for integrators verifying a key works end-to-end.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "orgs",
                                                        "me"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "e1d98ee0-7e29-4100-af0b-88708cc00ba0",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": {\n    \"id\": \"<long>\",\n    \"name\": \"<string>\",\n    \"scopes\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"api_key_id\": \"<string>\"\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e5649129-c80c-44fe-9f38-0d2d602b0839",
                                                    "name": "bad_request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "964590f8-5a82-4089-909e-c9280f1b0f44",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "WWW-Authenticate",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "42ad7112-5574-4464-9145-4ee4ba12a12b",
                                                    "name": "not_found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1cf3ba73-1493-4947-887e-920cdd07210b",
                                                    "name": "Method not allowed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Method Not Allowed",
                                                    "code": 405,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Allow",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bb973b39-6dbd-4da4-8661-27672e8ea668",
                                                    "name": "missing_org_context — the API key authenticated but its org no longer exists",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                                                    "code": 422,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9ef77dac-1164-4a34-85ed-cf4fdee75927",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2d3bb1f2-509e-4b28-8da6-07ec7930703b",
                                                    "name": "Internal server error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6db499b9-dafd-49e0-95e2-750cc4693618",
                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "orgs",
                                                                "me"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "reports",
                            "description": "",
                            "item": [
                                {
                                    "name": "asset-locations",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "8f60839c-e366-4cdc-a1d3-7f6f6e4f3aea",
                                            "name": "List current asset locations",
                                            "request": {
                                                "name": "List current asset locations",
                                                "description": {
                                                    "content": "**Required scope:** `tracking:read`\n\nSnapshot of each asset's most recent location, filterable by either side of the join. Filter by location (`location_id` / `location_external_key`) to retrieve everything currently at a place; filter by asset (`asset_id` / `asset_external_key`, repeatable) to resolve a batch of assets from a master system to their current locations in one round-trip. Within each pair the surrogate and natural-key forms are mutually exclusive (400 `ambiguous_fields` if both are supplied); the asset and location filter pairs are independent and intersect when combined. Because this view is derived from immutable scan history, it can resolve references for assets that have since been deleted. By default those rows are excluded; pass `include_deleted=true` to include them, and check `asset_deleted_at` to distinguish deleted from live.\n\nTemporal validity is applied to both joined entities. Assets whose effective window is past or future are excluded entirely. Locations whose effective window is past or future surface with null `location_id` / `location_external_key` while the parent asset row remains visible. Soft-deleted locations are projected the same way here — null on the report row — even though the identifier still lives on the location row; reports endpoints intentionally hide tombstoned anchor points from scan-derived summaries. Use the locations endpoint with `include_deleted=true` to retrieve the underlying identifier.",
                                                    "type": "text/plain"
                                                },
                                                "url": {
                                                    "path": [
                                                        "api",
                                                        "v1",
                                                        "reports",
                                                        "asset-locations"
                                                    ],
                                                    "host": [
                                                        "{{baseUrl}}"
                                                    ],
                                                    "query": [
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "max 200",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "limit",
                                                            "value": "50"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "min 0",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "offset",
                                                            "value": "0"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "q",
                                                            "value": "\""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "include rows for soft-deleted assets",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "include_deleted",
                                                            "value": "false"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "sort",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "variable": []
                                                },
                                                "header": [
                                                    {
                                                        "key": "Accept",
                                                        "value": "application/json"
                                                    }
                                                ],
                                                "method": "GET",
                                                "body": {},
                                                "auth": {
                                                    "type": "bearer",
                                                    "bearer": [
                                                        {
                                                            "key": "token",
                                                            "value": "{{bearerToken}}"
                                                        }
                                                    ]
                                                }
                                            },
                                            "response": [
                                                {
                                                    "id": "5d876d9f-f3bb-4071-b6b5-cef5963301e3",
                                                    "name": "OK",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "reports",
                                                                "asset-locations"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "\""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "include rows for soft-deleted assets",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "include_deleted",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "OK",
                                                    "code": 200,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"data\": [\n    {\n      \"asset_id\": \"<long>\",\n      \"asset_external_key\": \"<string>\",\n      \"location_id\": \"<long>\",\n      \"location_external_key\": \"<string>\",\n      \"asset_last_seen\": \"<dateTime>\",\n      \"asset_deleted_at\": \"<dateTime>\"\n    },\n    {\n      \"asset_id\": \"<long>\",\n      \"asset_external_key\": \"<string>\",\n      \"location_id\": \"<long>\",\n      \"location_external_key\": \"<string>\",\n      \"asset_last_seen\": \"<dateTime>\",\n      \"asset_deleted_at\": \"<dateTime>\"\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "281b4eca-d67f-457e-889b-7137eeed3874",
                                                    "name": "Bad Request",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "reports",
                                                                "asset-locations"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "\""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "include rows for soft-deleted assets",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "include_deleted",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Bad Request",
                                                    "code": 400,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6b443e1d-16d5-4fd7-82ab-3ead30b2fa82",
                                                    "name": "Unauthorized",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "reports",
                                                                "asset-locations"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "\""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "include rows for soft-deleted assets",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "include_deleted",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Unauthorized",
                                                    "code": 401,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "WWW-Authenticate",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7151fedd-9f63-4914-9f1b-123f91373f97",
                                                    "name": "Forbidden",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "reports",
                                                                "asset-locations"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "\""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "include rows for soft-deleted assets",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "include_deleted",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Forbidden",
                                                    "code": 403,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "756a71d0-231c-4159-9664-b83dfd3d5a38",
                                                    "name": "Not Found",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "reports",
                                                                "asset-locations"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "\""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "include rows for soft-deleted assets",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "include_deleted",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Not Found",
                                                    "code": 404,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b40db87c-ba89-4326-9e81-10a8f12c36c4",
                                                    "name": "Method not allowed",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "reports",
                                                                "asset-locations"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "\""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "include rows for soft-deleted assets",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "include_deleted",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Method Not Allowed",
                                                    "code": 405,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "Comma-separated list of HTTP methods supported on this resource (RFC 7231 §6.5.5).",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Allow",
                                                            "value": "<string>"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "eb9cdabe-70a1-47bd-a868-76004d067498",
                                                    "name": "rate_limited",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "reports",
                                                                "asset-locations"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "\""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "include rows for soft-deleted assets",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "include_deleted",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Too Many Requests",
                                                    "code": 429,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "Retry-After",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8077a279-593f-4df3-938f-acee1298f939",
                                                    "name": "Internal Server Error",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "reports",
                                                                "asset-locations"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "\""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "include rows for soft-deleted assets",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "include_deleted",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "status": "Internal Server Error",
                                                    "code": 500,
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6e844f35-fbf8-40ec-9f92-4f1f2751cd37",
                                                    "name": "Unmodeled error. Generated clients should treat any response not otherwise enumerated as a structured ErrorResponse.",
                                                    "originalRequest": {
                                                        "url": {
                                                            "path": [
                                                                "api",
                                                                "v1",
                                                                "reports",
                                                                "asset-locations"
                                                            ],
                                                            "host": [
                                                                "{{baseUrl}}"
                                                            ],
                                                            "query": [
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "max 200",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "limit",
                                                                    "value": "50"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "min 0",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "offset",
                                                                    "value": "0"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "substring search (case-insensitive) on asset name, external_key, and active tag values",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "q",
                                                                    "value": "\""
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "include rows for soft-deleted assets",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "include_deleted",
                                                                    "value": "false"
                                                                },
                                                                {
                                                                    "disabled": false,
                                                                    "description": {
                                                                        "content": "comma-separated sort fields; prefix '-' for DESC",
                                                                        "type": "text/plain"
                                                                    },
                                                                    "key": "sort",
                                                                    "value": ""
                                                                }
                                                            ],
                                                            "variable": []
                                                        },
                                                        "header": [
                                                            {
                                                                "key": "Accept",
                                                                "value": "application/json"
                                                            },
                                                            {
                                                                "description": {
                                                                    "content": "Added as a part of security scheme: bearer",
                                                                    "type": "text/plain"
                                                                },
                                                                "key": "Authorization",
                                                                "value": "Bearer <token>"
                                                            }
                                                        ],
                                                        "method": "GET",
                                                        "body": {}
                                                    },
                                                    "header": [
                                                        {
                                                            "key": "Content-Type",
                                                            "value": "application/json"
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Limit",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Remaining",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-RateLimit-Reset",
                                                            "value": ""
                                                        },
                                                        {
                                                            "disabled": false,
                                                            "description": {
                                                                "content": "",
                                                                "type": "text/plain"
                                                            },
                                                            "key": "X-Request-Id",
                                                            "value": ""
                                                        }
                                                    ],
                                                    "body": "{\n  \"error\": {\n    \"type\": \"unauthorized\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_short\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": false,\n          \"key_1\": 1914\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"too_large\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": true,\n          \"key_1\": true,\n          \"key_2\": false\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "type": "any",
                "value": "{{bearerToken}}",
                "key": "token"
            }
        ]
    },
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "https://app.preview.trakrf.id"
        }
    ],
    "info": {
        "_postman_id": "d4fe45ec-c65e-4057-97e0-acb2a006ff4e",
        "name": "TrakRF API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "TrakRF public REST API. See /api for the customer-facing reference.\n\nSpec available as YAML (/api/openapi.yaml) and JSON (/api/openapi.json).\n\nHTTP method coverage (HEAD, OPTIONS, 405 / Allow): /api/http-method-coverage\n\nSurrogate ID width: declared `format: int64` on the wire so SDK regeneration does not break when the ID namespace eventually outgrows int32. Service-side ID generation stays within int32 (2^31-1) during v1; values above that bound are rejected with 400 validation_error / `too_large`. The wider wire type is a long-horizon contract, not a claim that current values exceed int32.\n\nNullable field interpretation: OpenAPI 3.0's `nullable: true` keyword is interpreted differently across codegen targets. Verified-working: `openapi-typescript@7.x` emits `string | null` correctly, and the `openapi-generator-cli` python target emits `Optional[StrictStr]` correctly — both round-trip CRUD against null-bearing responses unmodified. Known-broken: `datamodel-codegen@0.57.0` emits `nullable: true` read-shape fields as non-Optional required fields, so Pydantic validation fails on every nullable field that is actually null. Integrators using `datamodel-codegen` should either switch to the `openapi-generator-cli` python target or apply `--use-annotated --use-union-operator` with a custom post-processing pass.\n\nContact Support:\n Name: TrakRF Support\n Email: support@trakrf.id",
            "type": "text/plain"
        }
    }
}