Commit 45745e53 authored by Ignacio Dominguez Martinez-Casanueva's avatar Ignacio Dominguez Martinez-Casanueva
Browse files

Fix missing slash in some temporal endpoints

parent 74d9ca17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1720,7 +1720,7 @@ paths:
          $ref: '#/components/responses/BadRequest'
        '404':
          $ref: '#/components/responses/NotFound'
  /temporal/entities/{entityId}/attrs{attrId}:
  /temporal/entities/{entityId}/attrs/{attrId}:
    delete:
      tags:
        - Temporal API
@@ -1756,7 +1756,7 @@ paths:
          $ref: '#/components/responses/BadRequest'
        '404':
          $ref: '#/components/responses/NotFound'
  /temporal/entities/{entityId}/attrs{attrId}/{instanceId}:
  /temporal/entities/{entityId}/attrs/{attrId}/{instanceId}:
    patch:
      tags:
        - Temporal API