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

(-)a/api/v1/swagger/paths/circulation-rules.json (-1 / +36 lines)
Lines 17-22 Link Here
17
            }
17
            }
18
          }
18
          }
19
        },
19
        },
20
        "400": {
21
          "description": "Bad request",
22
          "schema": {
23
            "$ref": "../definitions.json#/error"
24
          }
25
        },
20
        "403": {
26
        "403": {
21
          "description": "Access forbidden",
27
          "description": "Access forbidden",
22
          "schema": {
28
          "schema": {
Lines 28-33 Link Here
28
          "schema": {
34
          "schema": {
29
            "$ref": "../definitions.json#/error"
35
            "$ref": "../definitions.json#/error"
30
          }
36
          }
37
        },
38
        "503": {
39
          "description": "Under maintenance",
40
          "schema": {
41
            "$ref": "../definitions.json#/error"
42
          }
31
        }
43
        }
32
      }
44
      }
33
    },
45
    },
Lines 57-62 Link Here
57
            "type": "string"
69
            "type": "string"
58
          }
70
          }
59
        },
71
        },
72
        "400": {
73
          "description": "Bad request",
74
          "schema": {
75
            "$ref": "../definitions.json#/error"
76
          }
77
        },
60
        "401": {
78
        "401": {
61
          "description": "Authentication required",
79
          "description": "Authentication required",
62
          "schema": {
80
          "schema": {
Lines 74-79 Link Here
74
          "schema": {
92
          "schema": {
75
            "$ref": "../definitions.json#/error"
93
            "$ref": "../definitions.json#/error"
76
          }
94
          }
95
        },
96
        "503": {
97
          "description": "Under maintenance",
98
          "schema": {
99
            "$ref": "../definitions.json#/error"
100
          }
77
        }
101
        }
78
      },
102
      },
79
      "x-koha-authorization": {
103
      "x-koha-authorization": {
Lines 101-106 Link Here
101
            }
125
            }
102
          }
126
          }
103
        },
127
        },
128
        "400": {
129
          "description": "Bad request",
130
          "schema": {
131
            "$ref": "../definitions.json#/error"
132
          }
133
        },
104
        "403": {
134
        "403": {
105
          "description": "Access forbidden",
135
          "description": "Access forbidden",
106
          "schema": {
136
          "schema": {
Lines 112-117 Link Here
112
          "schema": {
142
          "schema": {
113
            "$ref": "../definitions.json#/error"
143
            "$ref": "../definitions.json#/error"
114
          }
144
          }
145
        },
146
        "503": {
147
          "description": "Under maintenance",
148
          "schema": {
149
            "$ref": "../definitions.json#/error"
150
          }
115
        }
151
        }
116
      }
152
      }
117
    }
153
    }
118
- 

Return to bug 15522