Commit 4e4e6005 authored by Anders Askerup's avatar Anders Askerup
Browse files

Updated after 3GPP CT4#130

parent 47b2ba86
Loading
Loading
Loading
Loading
Loading
+22 −4
Original line number Diff line number Diff line
A.3	Nudsf_Timer API
openapi: 3.0.0
info:
  title: Nudsf_Timer
  version: 1.2.0-alpha.1
  version: 1.2.0-alpha.2
  description: |
    Nudsf Timer Service.  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.598 UDSF Services, V19.0.0.
  description: 3GPP TS 29.598 UDSF Services, V19.3.0.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.598/'

servers:
@@ -154,7 +155,7 @@ paths:
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TimerIdList'
                $ref: '#/components/schemas/TimerDeleteResponse'
        '204':
          description: Successful case.
        '400':
@@ -564,9 +565,26 @@ components:
            $ref: '#/components/schemas/TimerId'
          minItems: 1

    TimerDeleteResponse:
      description: Response to timer deletion
      allOf:
        - $ref: '#/components/schemas/TimerIdList'
        - $ref: '#/components/schemas/FailedTimerIdList'

    FailedTimerIdList:
      description: List of Timer IDs that failed to be deleted
      type: object
      properties:
        failedTimerIdList:
          type: array
          items:
            $ref: '#/components/schemas/TimerId'
          minItems: 1


# SIMPLE TYPES:

    TimerId:
      description: Represents the identifier of a timer.
      type: string