{
    "item": [
        {
            "name": "api",
            "description": "",
            "item": [
                {
                    "name": "v1",
                    "description": "",
                    "item": [
                        {
                            "name": "assets",
                            "description": "",
                            "item": [
                                {
                                    "id": "b1f0d40a-f4ec-4a85-9f31-d5604178401d",
                                    "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": "YSj40(}"
                                                },
                                                {
                                                    "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": "079e7887-42cc-4e1c-86d4-9f1717fb76fd",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": false\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\": \"XE!E=70ea\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \")37Jzz!\"\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\": 9916.826859910283,\n        \"key_1\": 4493\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\": \":eM~>h$n(\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"_\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5d2ca8f0-88a2-4693-854c-41f7fc9adc3d",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "142015db-4fc2-4842-95b9-6a60016d4856",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "09c28eb3-95b8-4c7a-bde1-bbe4f3b55fac",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2c1cef33-a1df-4f90-9f38-30c98fdc4002",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3261a022-29c5-453c-9c48-7294c9c3822f",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c28eafc7-b426-4c42-937a-8e17afee7031",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "986fab82-e634-4a05-bf96-2b52fe144bf6",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "38cf9285-bccc-4a4a-bfe2-c13dfa8587a8",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "dc01dcd2-f769-44fb-9e5d-1348a2d92086",
                                    "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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": "ed94b358-f41f-4356-90eb-01150cca256e",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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    },\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\": \"t)H1_\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"&lvAVm%D~\"\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "38f3d8b1-a46b-440e-b2d3-27ef455a2617",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "86e7d295-aa30-464a-af79-8402b1b8eec4",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e37dcbd4-5f3a-47b9-b75e-16338c0b11be",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "e8db40f0-8416-41a0-a331-d44c62603cce",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "7029c696-c4b3-4676-8541-9731c283cacf",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "df875159-1c9d-4383-988e-511573f83e52",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "054ff1b7-48a2-46d3-936a-67535c6de9c5",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "161f8d22-cd06-45b5-8599-308952ad6dd0",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "f0aed002-505f-4256-bc23-5cbc39d5146a",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "62e24812-82ef-4bc5-ab4a-cf78995cbc11",
                                            "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\": \"-ud=5\",\n  \"description\": \" \",\n  \"external_key\": \"wC8\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 2297.8688262835576\n  },\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \" \"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{asset_id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "e10ce00e-4270-46a2-ae82-d1376cecf3e7",
                                            "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": "5a49b6fb-f7e0-4ef6-aca1-c39cfdecd63e",
                                                    "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": "9ccdb08c-772b-48f8-9c54-957fe589bcac",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "202931d4-065b-41e5-9cee-c9fba77999d2",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7568c59f-e0c7-44be-8870-a07cbdab8de2",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d5b03ef1-f415-413d-88d1-6fb6880284f4",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "cb2269b7-ff14-4dd8-990c-941aac40a79d",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dd9051a3-088d-45eb-b834-66d5b8128342",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0e687900-a49a-47bc-adad-161e53437467",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "db757acb-da00-4695-8cf6-3cb19c0ad694",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "282144a5-444f-40f4-857f-b146aa10b8ac",
                                            "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": "d60ea701-95bb-4eca-b570-d47ab5aac1d3",
                                                    "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    },\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\": \"t)H1_\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"&lvAVm%D~\"\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f174467b-e1dc-4008-bc3c-ea9aaa42ca85",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "89ade83e-dfbf-49a0-a568-9ea77b4a6383",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "4238111c-0f7b-4596-b719-6dff84f04b5c",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d489d9ff-e98b-45d2-97d1-bbbbd9852339",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "33598572-2348-468b-ae0c-fd60eec03a4e",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "06f7b088-fb4a-480c-8021-6414f36d81e2",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "29ed11b1-806f-4a43-82ee-23c112ab8857",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "4977106b-1644-458b-88f1-0d1b4ad6e70d",
                                            "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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": "5cf103d5-4d12-4078-b389-2f95a4ca025f",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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    },\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\": \"t)H1_\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"&lvAVm%D~\"\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ccbbd34d-dc9c-430e-8f9c-b1e19eda0ea5",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3a26c58b-0d20-456e-9d40-e69a7b9a7c4d",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "a01e0456-f1a1-4dfd-80e5-069e64ddeb83",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dddf0a02-649c-4130-940a-00b5286e0b8c",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8317cee0-f153-44aa-8301-aa6018ff2f0c",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bf5373ba-728a-4b2f-9a89-7067b27e91f1",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "349cd621-05f2-41d8-b319-cdb1e40f79fb",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "104e8d40-537b-4818-be50-86e67d99df56",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c56a5e47-7a8d-4c4d-bd3c-dd36631d26ae",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "f0b48585-9dd2-475b-a0ad-0c11ad77c82f",
                                                    "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\": \"X\",\n  \"is_active\": \"<boolean>\",\n  \"metadata\": {\n    \"key_0\": 5254.073380987441,\n    \"key_1\": \"string\",\n    \"key_2\": false\n  },\n  \"name\": \"mEm`Gn3Pb\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "history",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "966b3158-e8ef-4000-b3f0-9855afe8eafe",
                                                    "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": "da01a842-5099-422b-8e19-aa3f1659d9da",
                                                            "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": "d914b683-0933-405c-b225-70639f1e9443",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "166be937-a3fa-4a86-b8b6-442c48954601",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "679d66eb-310a-4293-82ab-a0834d2d0a27",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4c9fb96d-da8b-4e11-9e30-1e1fa276f715",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "321bf4c8-7aa3-4d79-9d0b-703393863f41",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "901c023d-1750-4244-b763-42f6e5a5874f",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7c8b5634-35f4-43a2-b082-4c2580d24b7a",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9d506044-fd9e-4ca5-91cc-9010dbfda787",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "rename",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "8d6a167a-5aaf-4523-9e67-846183bffe48",
                                                    "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\": \"cFds\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "67cb0485-0848-4d82-a516-6c3fa7e0dcf4",
                                                            "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\": \"cFds\"\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\": false,\n      \"key_1\": 8333,\n      \"key_2\": true,\n      \"key_3\": 5610,\n      \"key_4\": 6232\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\": \"=Mf]X)D\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"U}1Khu}\"\n      }\n    ]\n  },\n  \"descendant_count_affected\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7fed5ff4-1197-4733-8b3c-6f5753cbccb5",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5602f6c9-c6df-4537-9e86-f9ce8ebee132",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c835affa-e7ca-4536-a9f5-92259cce18d3",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2e3ec2dc-4f8a-41ec-b8d9-3c5242959e94",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "afb95b8b-4565-4cfa-a625-97c7d3db7992",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "466f225e-9b51-4577-9fef-01604f8414d0",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a5917efc-6387-400f-b257-e89cb4323459",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5ccc7d18-4b07-4ea3-882f-90515b4dc533",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "be322b4d-016e-4638-9a40-e9f9a16eb28d",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ae787d11-f622-4dd6-8639-d17906f62751",
                                                            "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\": \"cFds\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "tags",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "3baa812f-fa00-47d5-a8d2-953ef13e0f3e",
                                                    "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\": \"t1LP\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "c58cddb1-cffa-4650-a5fb-ecc933ee6e52",
                                                            "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\": \"t1LP\"\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\": \"q3'-!bb\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f7d7c5db-443e-4d3e-b7f0-66d4f0ffedb6",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "da313885-bf76-41d5-b90d-ee791564ba3d",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ecc506cb-147b-4aa0-a881-8bdffa184769",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "f2fa3fac-b094-4f1a-bdd5-2647c170106a",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "79762140-558c-4478-a093-d2ef78dd6dd3",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "423d4299-8f02-46eb-9821-468696d20f7d",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "c1a59210-a677-4d30-81fe-ae498ad418d3",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "11f43aa8-5393-4ced-b650-854bdc6fbaba",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "66fa82fd-3f09-4d78-8da3-6278b97b01ff",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "3686afe9-a7e3-4e79-8b5b-d8c88394c1a1",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{tag_id}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "ff3fc39b-0358-4df9-a48e-1cff70b75dda",
                                                            "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": "7a58fe6a-0663-47bc-90b0-d063690ac1a1",
                                                                    "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": "a2fb99a5-3049-4d90-ba07-06a6b690d9c5",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "24fb3a61-8573-4354-b710-6e6fbfda4082",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "82a64d5e-db9e-4365-9711-d3e9c89251a1",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "fd50245c-2b31-4018-b715-2545c47ef1e6",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "090b8973-7ed2-4f36-b981-89f3e23ff14e",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "236d5b95-a635-45cc-bbcd-d599ade8a364",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "f103e7fa-dd6a-4adb-bbb9-65fc85d7c407",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "e6d261a3-8299-4be7-98e3-66332d7cb155",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "locations",
                            "description": "",
                            "item": [
                                {
                                    "id": "a4c2844c-bff5-4afc-a06c-c38c309e0e0c",
                                    "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": "YSj40(}"
                                                },
                                                {
                                                    "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": "a2ee021f-728e-44f6-bbcb-efe8f1e09193",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"8{yp@ClI}~\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"]ZMUt^AB\"\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\": \"nAme>tph\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"*AF\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "8712e443-6f64-41ab-94c0-038f8b5c6d58",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a586a4f7-dafc-4575-8a1a-10000faed9a4",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "20dd5227-cd9d-4f47-a3c7-2cf1b96c5034",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "1393ee06-14b6-43db-8e3b-11ddd9ad9b1f",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "5d70da89-5e59-4cf9-8dff-054e1926013a",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "af3e9d6d-9223-4882-8bb0-5878133e4645",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "2cc9746c-3e0f-40c6-8bb7-e0dc6963956d",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "def0f1eb-f662-41c0-98cb-4fd286ab3106",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "id": "ebee8754-c7bc-4f57-854d-c51924be0787",
                                    "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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": "372980f6-9e97-4463-a2b0-2b13759bfc0d",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \")xgY\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"y4>S>=:AMa\"\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "b27e3059-0511-48bd-b10c-fcd98c84734c",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "50ee98fd-06cd-4bdf-bd9f-74f49a690218",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "dc79886c-3794-4e31-b3fd-6126817a01bc",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "67f87dda-a2ec-40ba-8cc7-38aee15cf08f",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "0e6bbf66-3930-4e80-bb66-62e73bfff1ab",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "c2ef6121-cebf-4740-83c7-aafa3f2e766a",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "3fb8f580-3b41-4460-9a6a-c7dd72b3e387",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "ca153eee-c766-4957-9489-37973290a6ad",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "9b3fb0b8-4db7-4ee7-9b92-f447db8d8fc0",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        },
                                        {
                                            "id": "a42d1092-da2f-4824-8dea-151b112b7210",
                                            "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\": \"9Y_UJ>s\",\n  \"description\": \"M.r`6g\",\n  \"external_key\": \"sZrQT-jw0YV\",\n  \"is_active\": \"<boolean>\",\n  \"tags\": [\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"QY\"\n    },\n    {\n      \"tag_type\": \"rfid\",\n      \"value\": \"\\\"0WtZvf|N\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                            "cookie": [],
                                            "_postman_previewlanguage": "json"
                                        }
                                    ],
                                    "event": [],
                                    "protocolProfileBehavior": {
                                        "disableBodyPruning": true
                                    }
                                },
                                {
                                    "name": "{location_id}",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "539bf82e-29db-4c76-a229-011dab057768",
                                            "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": "7e35d184-ce56-4ffb-a7a4-1a8bdd9a7ef2",
                                                    "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": "aa91a1be-9318-4ba9-838f-562fc12244e2",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3e4342f5-df6b-4725-bef8-a3ed6db54687",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ec720142-24fa-42cd-a69b-0ba642fecaa5",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "8ac11744-5546-491c-aabb-fcb7e06766a4",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c8229e24-ba0a-47f1-a034-e35c664117c9",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1011d420-3eac-4675-97b6-04723a213e37",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "18fb75ff-2304-4337-a6cc-544b3c80af83",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2d392429-ecce-4986-b30c-73d00c483587",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3ad5f3f8-26eb-4f30-85ae-0f50d7ddab43",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "479e2a32-9535-4cea-906f-2de27ac557d1",
                                            "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": "361697a9-5df6-49e6-a650-d5bc5d9d02dd",
                                                    "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\": \")xgY\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"y4>S>=:AMa\"\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "1d308cd9-26d3-47d1-ac45-d9728c3643ef",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "54df28ee-0baa-4d5c-abad-5b29480b8106",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "838ba5a0-dfc1-47cc-9875-c74337ef072d",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2ccc4e15-2d55-491b-a73d-20f5079e78a1",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "9b4a5ef9-bc11-42a4-b87d-199343f6cd0b",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "58994cd5-d0dc-4aae-8f2d-c4ae8990d76f",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "e74e863a-39ed-44da-87b5-0b92fad58efc",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "id": "86191a1c-c054-4485-ba02-4642fd33b541",
                                            "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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": "d5b64ae8-3506-49a5-a79b-231aad2a7db4",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \")xgY\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \"y4>S>=:AMa\"\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "21a470da-0e7f-429c-9d7a-a9378f52b748",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6e45025d-f7b0-4dd0-9236-95b5e46ef000",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "19dae68f-7c64-471a-8a4b-ce93b6470fe5",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d6bdcbe8-29e3-44ab-a127-ae33a8957659",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d2820ff5-7bbf-49b2-aa1f-cb0a0d976bba",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6a562632-5690-455c-9a41-6ced95cf7a9f",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ce1be198-b959-485d-89f7-4c29bdc260cd",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dbe69e4f-fa5a-4d2c-beef-8087af561319",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "6a604011-a67c-48f3-a286-b2b638672674",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "5bc3c893-cdad-4cd7-b9cd-f6d32162ace4",
                                                    "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\": \"yb\",\n  \"is_active\": \"<boolean>\",\n  \"name\": \"d\",\n  \"parent_external_key\": \"4Cy\",\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        },
                                        {
                                            "name": "ancestors",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "998ca97a-3660-4612-9603-7e84721e7586",
                                                    "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": "1a34c81b-a68f-4701-a31f-03bc7d39759e",
                                                            "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\": \"8{yp@ClI}~\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"]ZMUt^AB\"\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\": \"nAme>tph\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"*AF\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "595d9c98-1b6e-4bcf-b787-2394daf69779",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "60f7bb63-1a45-40a0-9976-a16edb54aa83",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5cae89bc-8a2e-410f-89a8-b13130961dc3",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "48bc89da-6564-4f66-8c09-cd8e23a0e351",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d792d233-6892-44d2-8018-0fa2f84ce86b",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7a9b1e1d-48b7-4416-a0a7-161d0caaf022",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d854a44c-7990-4434-b11f-d59995663665",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "36f743bb-0a1b-48e4-aeff-660e5f35ac98",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "children",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "f4ed3371-9446-4873-94fb-080afb2b1830",
                                                    "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": "075ff2e6-e57b-4ebc-a30e-a542c2e38a50",
                                                            "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\": \"8{yp@ClI}~\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"]ZMUt^AB\"\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\": \"nAme>tph\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"*AF\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4cd8c01e-7215-4421-8721-76b608fd8111",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fcb60b71-929f-4084-aba1-d65a2f71019a",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2f6dab58-31c1-4be4-93b9-e7fd8d1cc6bc",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5b5c3d62-8247-4ea2-b72b-bda3fad39c80",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "5a134a4e-548f-4d5a-8a71-5db799488102",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "61671964-1421-4e4a-999a-efcf08f1b629",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a8e9c29e-d297-46c0-9846-0f842ab629e4",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "4b6cb0d3-8b1b-4427-aefe-61bc8ed26d97",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "descendants",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "40d79712-7556-4202-b65a-54774a0c55ab",
                                                    "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": "5048226d-7bfd-4f40-acee-24e908692c5b",
                                                            "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\": \"8{yp@ClI}~\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"]ZMUt^AB\"\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\": \"nAme>tph\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tag_type\": \"rfid\",\n          \"value\": \"*AF\"\n        }\n      ]\n    }\n  ],\n  \"limit\": \"<integer>\",\n  \"offset\": \"<integer>\",\n  \"total_count\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a527aed9-cff5-456f-b9a2-a9bcf85845e6",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "85dbbd8b-48cf-4754-92f4-b0a3c70558f8",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "7b1fef72-1283-4588-8d0e-a1758fa87de9",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9ebfc86a-f1f3-4c87-8712-f048a4005d0c",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "661e1baa-a683-4d33-8565-a46b722cbbba",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0c5257e5-da54-4814-9291-992ed889927f",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "82f752d8-14bc-4d88-a78e-f3d21a4e6f55",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "da90aa6f-0e4b-4dac-a660-7f45d77e1a56",
                                                            "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "rename",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "31fa415c-26cf-4155-8960-854b5b0e461a",
                                                    "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\": \"rNEEfxM\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "a62da84e-0c1e-4fc8-9e9d-460dcff73904",
                                                            "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\": \"rNEEfxM\"\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\": \"\\\\y|\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tag_type\": \"rfid\",\n        \"value\": \">I\"\n      }\n    ]\n  },\n  \"descendant_count_affected\": \"<integer>\"\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "e7c03a08-f631-4d22-b3f4-5dfe6012b7ca",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "472b72a4-3f9e-4e91-a741-2573d31fe46c",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "855b4c0b-f5a8-4aee-ba06-b274c466517e",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a7666fb1-7783-4915-9fb0-c7eefe069ac3",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "8980b13e-3211-4a51-aac9-3918de0bbe19",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "b3a0893d-50eb-48ae-bcfd-375d7c7004e0",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "0ddbdc81-8631-414f-8522-10fcb532337a",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "993adf5f-b225-4e81-9108-ed53f59f29f7",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a221915f-b551-409d-bd42-fe18143a04d1",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "02472334-6247-4334-9f18-6fab9ec35ede",
                                                            "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\": \"rNEEfxM\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                }
                                            ]
                                        },
                                        {
                                            "name": "tags",
                                            "description": "",
                                            "item": [
                                                {
                                                    "id": "36f645a9-5152-4f52-baac-ed06e4cc97e1",
                                                    "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\": \"t1LP\"\n}",
                                                            "options": {
                                                                "raw": {
                                                                    "headerFamily": "json",
                                                                    "language": "json"
                                                                }
                                                            }
                                                        },
                                                        "auth": {
                                                            "type": "bearer",
                                                            "bearer": [
                                                                {
                                                                    "key": "token",
                                                                    "value": "{{bearerToken}}"
                                                                }
                                                            ]
                                                        }
                                                    },
                                                    "response": [
                                                        {
                                                            "id": "bf4d96e5-9c7f-438c-a635-042171a6fb25",
                                                            "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\": \"t1LP\"\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\": \"q3'-!bb\"\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fe6650eb-859b-47a0-ac52-1ee7171ae26e",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "d40cd2e7-52e5-488c-9201-4b4ecb1b7e48",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "9a499ebe-b637-4303-9236-4d86287dcdee",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "2edbcd97-f9e9-44b6-9877-6561c18e9cd9",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "08d98f61-896c-44d1-9de6-2972b62506c6",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "fafc71e5-4b10-4828-bb9a-437dacaecb19",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "216abf13-3fb8-4bc4-9eb2-6de996aed27e",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "67ea3d0b-5fa8-402b-8873-01ab4eb103c8",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "ee529ff0-efba-4050-bd17-1c4a3239200d",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        },
                                                        {
                                                            "id": "a16dc643-d829-47ef-b2f3-a72b35b5946d",
                                                            "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\": \"t1LP\"\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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                            "cookie": [],
                                                            "_postman_previewlanguage": "json"
                                                        }
                                                    ],
                                                    "event": [],
                                                    "protocolProfileBehavior": {
                                                        "disableBodyPruning": true
                                                    }
                                                },
                                                {
                                                    "name": "{tag_id}",
                                                    "description": "",
                                                    "item": [
                                                        {
                                                            "id": "1c75b8b6-42b4-4512-a926-6ecc5cf9a4e3",
                                                            "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": "c47fd306-6ca9-4cba-bf3c-68f431b7c1ff",
                                                                    "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": "0b776432-6d45-4f8b-82e8-d05347f89f11",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "64f9594f-dc70-460f-be95-e6eec916bdb1",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "4ae94e92-e564-4710-8340-3ecd5572b1d5",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "2aecb274-69e3-4df3-9c85-fa94e32d58bb",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "cef8db37-3ae5-4e17-81d2-90d70ffc3d11",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "8c57a14f-c8dd-43ee-b2ec-9c7c220415b5",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "f0bb755e-38d7-4527-9589-af66caad2162",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                },
                                                                {
                                                                    "id": "b9637d3f-8787-4e01-8d28-10d37241ce80",
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                                    "cookie": [],
                                                                    "_postman_previewlanguage": "json"
                                                                }
                                                            ],
                                                            "event": [],
                                                            "protocolProfileBehavior": {
                                                                "disableBodyPruning": true
                                                            }
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "orgs",
                            "description": "",
                            "item": [
                                {
                                    "name": "me",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "63a4900f-91c1-43a7-8b71-93ae408b0fd2",
                                            "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": "3ce31f59-87d1-4210-8fb5-e2f546e48d57",
                                                    "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": "f850e3ec-09a2-4e3b-bd03-cfe889fbd1a8",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ab36368c-1119-4144-a2b8-b89761b7bbd6",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "635de87d-6652-44b5-9576-9ee715949b40",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "dabc3470-ebaf-4535-a5a0-c69911e92099",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7176be5c-7c65-4b28-af49-186587d35197",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "bdc87c5c-29e1-41f4-9d35-254bb9448bcb",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "2a0beb99-4a4f-462f-950a-69531f1c0dd6",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "d2580038-e199-4d50-b96c-8874edabd6a8",
                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                }
                                            ],
                                            "event": [],
                                            "protocolProfileBehavior": {
                                                "disableBodyPruning": true
                                            }
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "name": "reports",
                            "description": "",
                            "item": [
                                {
                                    "name": "asset-locations",
                                    "description": "",
                                    "item": [
                                        {
                                            "id": "144ee1c4-46f6-49d9-b268-2523f578201f",
                                            "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": "YSj40(}"
                                                        },
                                                        {
                                                            "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": "540e6469-386c-41e7-9a6b-95b07b33e38a",
                                                    "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": "YSj40(}"
                                                                },
                                                                {
                                                                    "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": "8e657641-fb40-4532-8911-61b96f2790e9",
                                                    "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": "YSj40(}"
                                                                },
                                                                {
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "c80872a4-69e1-45c7-af58-72cfe1ee3e38",
                                                    "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": "YSj40(}"
                                                                },
                                                                {
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "7c5f31e4-6a3d-47d1-9bf9-ba4a3a6b2fd4",
                                                    "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": "YSj40(}"
                                                                },
                                                                {
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b0a7cb46-3e70-4277-ae9d-059f7cf65cbc",
                                                    "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": "YSj40(}"
                                                                },
                                                                {
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "b257b0a5-90f9-455b-ae5f-6377fea52258",
                                                    "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": "YSj40(}"
                                                                },
                                                                {
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "0fb82cd8-c316-4add-9074-9b638ee6defb",
                                                    "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": "YSj40(}"
                                                                },
                                                                {
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "3469cf6d-c431-462b-ae52-7cf4e77fcda3",
                                                    "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": "YSj40(}"
                                                                },
                                                                {
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\n        }\n      }\n    ]\n  }\n}",
                                                    "cookie": [],
                                                    "_postman_previewlanguage": "json"
                                                },
                                                {
                                                    "id": "ab6fa2f2-91a8-444a-afaf-c9cc7b4a4d4f",
                                                    "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": "YSj40(}"
                                                                },
                                                                {
                                                                    "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\": \"rate_limited\",\n    \"title\": \"<string>\",\n    \"status\": \"<integer>\",\n    \"detail\": \"<string>\",\n    \"instance\": \"<string>\",\n    \"request_id\": \"<string>\",\n    \"fields\": [\n      {\n        \"field\": \"<string>\",\n        \"code\": \"required\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4339.667737345873,\n          \"key_1\": 20\n        }\n      },\n      {\n        \"field\": \"<string>\",\n        \"code\": \"ambiguous_fields\",\n        \"message\": \"<string>\",\n        \"params\": {\n          \"key_0\": 4341.039390897378,\n          \"key_1\": 6238.991696397622\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": "2633073b-ea96-4443-9b04-e27bae93d516",
        "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"
        }
    }
}