View | Details | Raw Unified | Return to bug 11897
Collapse All | Expand All

(-)a/api/v1/swagger/paths/rotas.json (-1 / +18 lines)
Lines 38-43 Link Here
38
                        "$ref": "../definitions.json#/error"
38
                        "$ref": "../definitions.json#/error"
39
                    }
39
                    }
40
                },
40
                },
41
                "401": {
42
                    "description": "Authentication required",
43
                    "schema": {
44
                        "$ref": "../definitions.json#/error"
45
                    }
46
                },
41
                "403": {
47
                "403": {
42
                    "description": "Access forbidden",
48
                    "description": "Access forbidden",
43
                    "schema": {
49
                    "schema": {
Lines 50-55 Link Here
50
                        "$ref": "../definitions.json#/error"
56
                        "$ref": "../definitions.json#/error"
51
                    }
57
                    }
52
                }
58
                }
59
                "500": {
60
                    "description": "Internal server error",
61
                    "schema": {
62
                        "$ref": "../definitions.json#/error"
63
                    }
64
                },
65
                "503": {
66
                    "description": "Under maintenance",
67
                    "schema": {
68
                        "$ref": "../definitions.json#/error"
69
                    }
70
                }
53
            },
71
            },
54
            "x-koha-authorization": {
72
            "x-koha-authorization": {
55
                "permissions": {
73
                "permissions": {
56
- 

Return to bug 11897