Commit d34088d0 authored by Simon Pastor's avatar Simon Pastor
Browse files

header update

parent e32d7207
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ externalDocs:
  description: ETSI GS MEC 012 Radio Network Information API, V2.1.1
  url: 'http://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/02.01.01_60/gs_mec012v020101p.pdf'
servers:
  - url: 'https://{apiRoot}/rni/v2'
  - url: 'https://localhost/rni/v2'
tags:
- name: 'rni'
paths:
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ import "./client"

## Documentation for API Endpoints

All URIs are relative to *https://{apiRoot}/rni/v2*
All URIs are relative to *https://localhost/rni/v2*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ externalDocs:
  description: ETSI GS MEC 012 Radio Network Information API, V2.1.1
  url: http://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/02.01.01_60/gs_mec012v020101p.pdf
servers:
- url: https://{apiRoot}/rni/v2
- url: https://localhost/rni/v2
tags:
- name: rni
paths:
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ type Configuration struct {

func NewConfiguration() *Configuration {
	cfg := &Configuration{
		BasePath:      "https://{apiRoot}/rni/v2",
		BasePath:      "https://localhost/rni/v2",
		DefaultHeader: make(map[string]string),
		UserAgent:     "Swagger-Codegen/1.0.0/go",
	}
+1 −1
Original line number Diff line number Diff line
# \RniApi

All URIs are relative to *https://{apiRoot}/rni/v2*
All URIs are relative to *https://localhost/rni/v2*

Method | HTTP request | Description
------------- | ------------- | -------------