Unverified Commit e20609e2 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #42 from roymx/mike-swagger-249

Swagger 2.4.9 support
parents 988bcc86 fbd8a507
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
2.3.1
 No newline at end of file
2.4.9
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ Name | Type | Description | Notes

* `UPDATE` (value: `"STATE-UPDATE"`)

* `TRANSFER-START` (value: `"STATE-TRANSFER-START"`)
* `TRANSFER_START` (value: `"STATE-TRANSFER-START"`)

* `TRANSFER-COMPLETE` (value: `"STATE-TRANSFER-COMPLETE"`)
* `TRANSFER_COMPLETE` (value: `"STATE-TRANSFER-COMPLETE"`)

* `TRANSFER-CANCEL` (value: `"STATE-TRANSFER-CANCEL"`)
* `TRANSFER_CANCEL` (value: `"STATE-TRANSFER-CANCEL"`)



+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**callbackData** | **String** | CallBackData if passed by the application during the associated Subscription (Zone or User Tracking) operation | 
**zoneId** | **String** | Unique Identifier of a Location Zone | [optional] 
**address** | **String** | Address of the user or device based on the connected access point - address = acr:<UE IP address> | [optional] 
**address** | **String** | Address of the user or device based on the connected access point - address = acr:<UE IP address> | [optional] 
**interestRealm** | **String** | Details about the access point, geographical position, industry, etc. | [optional] 
**userEventType** | [**UserEventType**](UserEventType.md) |  | [optional] 
**currentAccessPointId** | **String** | Unique identifier of a point of access | [optional] 
+3 −3
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@
## Enum


* `Entering` (value: `"Entering"`)
* `entering` (value: `"Entering"`)

* `Transferring` (value: `"Transferring"`)
* `transferring` (value: `"Transferring"`)

* `Exiting` (value: `"Exiting"`)
* `exiting` (value: `"Exiting"`)

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**userId** | **String** | Unique identifier of a user or client node | [optional] 
**address** | **String** | Address of the user or device based on the connected access point - address &#x3D; acr:&lt;UE IP address&gt; | 
**address** | **String** | Address of the user or device based on the connected access point - address = acr:<UE IP address> | 
**accessPointId** | **String** | Unique identifier of a point of access | 
**zoneId** | **String** | Unique Identifier of a Location Zone | 
**resourceURL** | **String** | URL where the UE may be contacted for some service (application specific) | 
Loading