Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOL002-SOL003
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
99474203
Commit
99474203
authored
3 years ago
by
Giacomo Bernini
Browse files
Options
Downloads
Patches
Plain Diff
upd API version endpoint
parent
2bb76529
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!17
Merge 3.5.1-dev into master
Pipeline
#6886
passed
3 years ago
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/endpoints/SOL002SOL003_endpoints.yaml
+8
-10
8 additions, 10 deletions
src/endpoints/SOL002SOL003_endpoints.yaml
with
8 additions
and
10 deletions
src/endpoints/SOL002SOL003_endpoints.yaml
+
8
−
10
View file @
99474203
...
...
@@ -6,8 +6,8 @@ endpoints:
-
$ref
:
../components/SOL002SOL003_params.yaml#/components/parameters/Version
get
:
description
:
>
The GET method reads API version information. This method shall follow the provisions specified in table 9.3.3.3.2-1
of SOL013
for request and response data structures, and response codes. URI query parameters are not supported.
The GET method reads API version information. This method shall follow the provisions specified in
SOL013
table 9.3.3.3.2-1
for request and response data structures, and response codes. URI query parameters are not supported.
responses
:
"
200"
:
$ref
:
'
#/components/responses/ApiVersions.Get'
...
...
@@ -40,28 +40,28 @@ endpoints:
post
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall return a "405
Method Not Allowed" response as defined in clause 6.4.
Method Not Allowed" response as defined in
SOL013
clause 6.4.
responses
:
405
:
$ref
:
../responses/SOL002SOL003_resp.yaml#/components/responses/405
put
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall return a "405
Method Not Allowed" response as defined in clause 6.4.
Method Not Allowed" response as defined in
SOL013
clause 6.4.
responses
:
405
:
$ref
:
../responses/SOL002SOL003_resp.yaml#/components/responses/405
patch
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall return a "405
Method Not Allowed" response as defined in clause 6.4.
Method Not Allowed" response as defined in
SOL013
clause 6.4.
responses
:
405
:
$ref
:
../responses/SOL002SOL003_resp.yaml#/components/responses/405
delete
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall return a "405
Method Not Allowed" response as defined in clause 6.4.
Method Not Allowed" response as defined in
SOL013
clause 6.4.
responses
:
405
:
$ref
:
../responses/SOL002SOL003_resp.yaml#/components/responses/405
...
...
@@ -70,11 +70,9 @@ components:
responses
:
ApiVersions.Get
:
description
:
>
200 OK
API version information was read successfully.
The response body shall contain
4.4
API version
information, as defined in clause
4.4
.1.
13
.
The response body shall contain API version
information, as defined in clause
7
.1.
6
.
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment