Commit cf1925bb authored by bradburyr's avatar bradburyr
Browse files

Added 403 (Forbidden) response for the case where a particular UE is not...

Added 403 (Forbidden) response for the case where a particular UE is not permitted by the charging policy in a referenced Policy Template.
parent 3f6b4ba2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ paths:
          $ref: 'TS29571_CommonData.yaml#/components/responses/400'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403': # Forbidden: The client is authorized to invoke the operation, but lacks the required permission
          $ref: 'TS29571_CommonData.yaml#/components/responses/411'
        '411': # Length Required
          $ref: 'TS29571_CommonData.yaml#/components/responses/411'
        '413': # Payload Too Large
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ paths:
          $ref: 'TS29571_CommonData.yaml#/components/responses/400'
        '401': # Unauthorized
          $ref: 'TS29571_CommonData.yaml#/components/responses/411'
        '403': # Forbidden: The client is authorized to invoke the operation, but lacks the required permission
          $ref: 'TS29571_CommonData.yaml#/components/responses/411'
        '411': # Length Required
          $ref: 'TS29571_CommonData.yaml#/components/responses/411'
        '413': # Payload Too Large