Commit 73f4ea27 authored by jinghh's avatar jinghh
Browse files

Edit TS29531_Nnssf_NSSAIAvailability.yaml

parent 67649442
Loading
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.2.1'
  version: '1.2.2'
  title: 'NSSF NSSAI Availability'
  description: |
    NSSF NSSAI Availability Service.  
    © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
security:
  - {}
@@ -18,12 +18,13 @@ servers:
        default: https://example.com
        description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501
externalDocs:
  description: 3GPP TS 29.531 V17.8.0; 5G System; Network Slice Selection Services; Stage 3
  description: 3GPP TS 29.531 V17.12.0; 5G System; Network Slice Selection Services; Stage 3
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.531/
paths:
  /nssai-availability/{nfId}:
    put:
      summary: Updates/replaces the NSSF with the S-NSSAIs the NF service consumer (e.g AMF)supports per TA
      summary: >
        Updates/replaces the NSSF with the S-NSSAIs the NF service consumer (e.g AMF)supports per TA
      tags:
        - NF Instance ID (Document)
      operationId: NSSAIAvailabilityPut
@@ -98,7 +99,8 @@ paths:
          description: Unexpected error

    patch:
      summary: Updates an already existing S-NSSAIs per TA provided by the NF service consumer (e.g AMF)
      summary: >
        Updates an already existing S-NSSAIs per TA provided by the NF service consumer (e.g AMF)
      tags:
        - NF Instance ID (Document)
      operationId: NSSAIAvailabilityPatch
@@ -123,7 +125,7 @@ paths:
        description: JSON Patch instructions to update at the NSSF, the S-NSSAIs supported per TA
        required: true
        content:
          application/json-patch+json::
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/PatchDocument'

@@ -155,10 +157,8 @@ paths:
          $ref: 'TS29571_CommonData.yaml#/components/responses/401'
        '403':
          $ref: 'TS29571_CommonData.yaml#/components/responses/403'

        '404':
          $ref: 'TS29571_CommonData.yaml#/components/responses/404'

        '411':
          $ref: 'TS29571_CommonData.yaml#/components/responses/411'
        '413':
@@ -383,10 +383,12 @@ paths:
          schema:
            type: string
      requestBody:
        description: JSON Patch instructions to update at the NSSF, the NSSAI availability notification subscription
        description: >
          JSON Patch instructions to update at the NSSF,
          the NSSAI availability notification subscription
        required: true
        content:
          application/json-patch+json::
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/PatchDocument'