Commit c25610b6 authored by Hammad Zafar's avatar Hammad Zafar
Browse files

add the required summary fields to fix redoc linter validation

parent 9964e916
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
				"$ref": "#/components/parameters/Path.AppInstanceId"
			}],
			"get": {
				"summary": "Retrieves information about a specific UeIdentityTagInfo resource",
				"description": "Retrieves information about a specific UeIdentityTagInfo resource",
				"operationId": "UeIdentityTagInfo_GET",
				"tags": [
@@ -64,7 +65,8 @@
				}
			},
			"put": {
				"description": "Register/De-register the information about specific a UeIdentityTagInfo resource",
				"summary": "Register/De-register the information about a specific UeIdentityTagInfo resource",
				"description": "Register/De-register the information about a specific UeIdentityTagInfo resource",
				"operationId": "UeIdentityTagInfo_PUT",
				"tags": [
					"ueIdentityTagInfo"
+3 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ paths:
    parameters:
      - $ref: "#/components/parameters/Path.AppInstanceId"
    get:
      summary: Retrieves information about a specific UeIdentityTagInfo resource
      description: Retrieves information about a specific UeIdentityTagInfo resource
      operationId: UeIdentityTagInfo_GET
      tags:
@@ -44,7 +45,8 @@ paths:
        "404":
          $ref: '#/components/responses/Error.404'
    put:
      description: Register/De-register the information about specific a UeIdentityTagInfo
      summary: Register/De-register the information about a specific UeIdentityTagInfo resource
      description: Register/De-register the information about a specific UeIdentityTagInfo
        resource
      operationId: UeIdentityTagInfo_PUT
      tags: