Commit 84d50f6d authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

Updates after CT4#130

parent 6767814b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.2.0-alpha.1'
  version: '1.2.0-alpha.2'
  title: 'Nhss_gbaSDM'
  description: |
    Nhss Subscriber Data Management Service for GBA.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.562 Home Subscriber Server (HSS) Services, version 19.2.0
  description: 3GPP TS 29.562 Home Subscriber Server (HSS) Services, version 19.3.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/'

servers:
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.2.0-alpha.1'
  version: '1.2.0-alpha.2'
  title: 'Nhss_gbaUEAU'
  description: |
    Nhss UE Authentication Service for GBA.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.562 Home Subscriber Server (HSS) Services, version 19.2.0
  description: 3GPP TS 29.562 Home Subscriber Server (HSS) Services, version 19.3.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/'

servers:
+11 −8
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.0.0-alpha.1'
  version: '1.0.0-alpha.2'
  title: 'Nhss_imsEE'
  description: |
    Nhss Event Exposure Service for IMS.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.562 V19.2.0; Home Subscriber Server (HSS) Services
  description: 3GPP TS 29.562 V19.3.0; Home Subscriber Server (HSS) Services
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/

servers:
@@ -41,10 +41,11 @@ paths:
      parameters:
        - name: imsUeId
          in: path
          description: IMS Identity
          description: IMS Public Identity
          required: true
          schema:
            $ref: 'TS29562_Nhss_imsUECM.yaml#/components/schemas/ImsUeId'
            type: string
            pattern: '^(impu-sip\:([a-zA-Z0-9_\-.!~*()&=+$,;?\/]+)\@([A-Za-z0-9]+([-A-Za-z0-9]+)\.)+[a-z]{2,}|impu-tel\:\+[0-9]{5,15}|.+)$'
      requestBody:
        content:
          application/json:
@@ -113,10 +114,11 @@ paths:
      parameters:
        - name: imsUeId
          in: path
          description: IMS Identity
          description: IMS Public Identity
          required: true
          schema:
            $ref: 'TS29562_Nhss_imsUECM.yaml#/components/schemas/ImsUeId'
            type: string
            pattern: '^(impu-sip\:([a-zA-Z0-9_\-.!~*()&=+$,;?\/]+)\@([A-Za-z0-9]+([-A-Za-z0-9]+)\.)+[a-z]{2,}|impu-tel\:\+[0-9]{5,15}|.+)$'
        - name: subscriptionId
          in: path
          description: Id of the Subscription
@@ -163,10 +165,11 @@ paths:
      parameters:
        - name: imsUeId
          in: path
          description: IMS Identity
          description: IMS Public Identity
          required: true
          schema:
            $ref: 'TS29562_Nhss_imsUECM.yaml#/components/schemas/ImsUeId'
            type: string
            pattern: '^(impu-sip\:([a-zA-Z0-9_\-.!~*()&=+$,;?\/]+)\@([A-Za-z0-9]+([-A-Za-z0-9]+)\.)+[a-z]{2,}|impu-tel\:\+[0-9]{5,15}|.+)$'
        - name: subscriptionId
          in: path
          description: Id of the Subscription
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.3.0-alpha.3'
  version: '1.3.0-alpha.4'
  title: 'Nhss_imsSDM'
  description: |
    Nhss Subscriber Data Management Service for IMS.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.562 HSS Services for interworking with IMS, version 19.2.0
  description: 3GPP TS 29.562 HSS Services for interworking with IMS, version 19.3.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/'

servers:
+2 −2
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.3.0-alpha.1'
  version: '1.3.0-alpha.2'
  title: 'Nhss_imsUEAU'
  description: |
    Nhss UE Authentication Service for IMS.  
@@ -9,7 +9,7 @@ info:
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.562 Home Subscriber Server (HSS) Services, version 19.2.0
  description: 3GPP TS 29.562 Home Subscriber Server (HSS) Services, version 19.3.0
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.562/'

servers:
Loading