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

(-)a/api/v1/swagger/paths/circulation-rules.json (-1 / +2 lines)
Lines 3-9 Link Here
3
    "get": {
3
    "get": {
4
      "x-mojo-to": "CirculationRules#get_kinds",
4
      "x-mojo-to": "CirculationRules#get_kinds",
5
      "operationId": "getCirculationRuleKinds",
5
      "operationId": "getCirculationRuleKinds",
6
      "tags": ["cities"],
6
      "tags": ["circulation_rules"],
7
      "summary": "Get circulation rules kinds",
7
      "produces": [
8
      "produces": [
8
        "application/json"
9
        "application/json"
9
      ],
10
      ],
(-)a/api/v1/swagger/paths/rotas.json (+1 lines)
Lines 3-8 Link Here
3
        "put": {
3
        "put": {
4
            "x-mojo-to": "Stage#move",
4
            "x-mojo-to": "Stage#move",
5
            "operationId": "moveStage",
5
            "operationId": "moveStage",
6
            "summary": "Update stage",
6
            "tags": ["rotas"],
7
            "tags": ["rotas"],
7
            "parameters": [{
8
            "parameters": [{
8
                "name": "rota_id",
9
                "name": "rota_id",
(-)a/api/v1/swagger/swagger.yaml (-1 / +12 lines)
Lines 43-48 tags: Link Here
43
    x-displayName: Checkouts
43
    x-displayName: Checkouts
44
    description: |
44
    description: |
45
      Manage checkouts
45
      Manage checkouts
46
  - name: "circulation_rules"
47
    x-displayName: Circulation rules
48
    description: |
49
      Manage circulation rules
46
  - name: "cities"
50
  - name: "cities"
47
    x-displayName: Cities
51
    x-displayName: Cities
48
    description: |
52
    description: |
Lines 75-80 tags: Link Here
75
    x-displayName: Libraries
79
    x-displayName: Libraries
76
    description: |
80
    description: |
77
      Manage libraries
81
      Manage libraries
82
  - name: "macros"
83
    x-displayName: Macros
84
    description: |
85
      Manage macros
78
  - name: "orders"
86
  - name: "orders"
79
    x-displayName: Orders
87
    x-displayName: Orders
80
    description: |
88
    description: |
Lines 95-100 tags: Link Here
95
    x-displayName: Return claims
103
    x-displayName: Return claims
96
    description: |
104
    description: |
97
      Manage return claims
105
      Manage return claims
106
  - name: "rotas"
107
    x-displayName: Rotas
108
    description: |
109
      Manage rotas
98
  - name: "smtp_servers"
110
  - name: "smtp_servers"
99
    x-displayName: SMTP servers
111
    x-displayName: SMTP servers
100
    description: |
112
    description: |
101
- 

Return to bug 28463