Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
UE Identity API
Commits
c25610b6
Commit
c25610b6
authored
Apr 12, 2022
by
Hammad Zafar
Browse files
add the required summary fields to fix redoc linter validation
parent
9964e916
Pipeline
#11175
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
UEidentityAPI.json
View file @
c25610b6
...
...
@@ -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"
...
...
UEidentityAPI.yaml
View file @
c25610b6
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment