Commit 64deea2b authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix refs in SubscriptionAuthentication data model in v5.2.1-maintenance

parent dcd270a3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ components:
                value:
                  description: >
                    The fingerprint value as defined by the type.
                  $ref: "#/definitions/String"
                  $ref: "#/components/schemas/String"
            tokenEndpoint:
              description: >
                The token endpoint from which the access token can be
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ definitions:
              description: >
                The token endpoint from which the access token can be
                obtained.
              $ref: "#/definitions/Uri"
              $ref: "#/definitions/schemas/Uri"
        paramsOauth2ClientCredentials:
          description: >
            Parameters for authentication/authorization using OAUTH2_CLIENT_CREDENTIALS.