Commit dd0af146 authored by AyeshaAyubG's avatar AyeshaAyubG
Browse files

update ProblemDetails and docs for MEC011 app-support

parent 8b82e13a
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -6,21 +6,31 @@ Models/AppTerminationConfirmation.md
Models/AppTerminationNotification.md
Models/AppTerminationNotificationLinks.md
Models/AppTerminationNotificationSubscription.md
Models/AppTerminationNotificationSubscriptionLinks.md
Models/CurrentTime.md
Models/DestinationInterface.md
Models/DestinationInterfaceInterfaceType.md
Models/DnsRule.md
Models/DnsRuleIpAddressType.md
Models/DnsRuleState.md
Models/LinkType.md
Models/MecAppSuptApiSubscriptionLinkList.md
Models/MecAppSuptApiSubscriptionLinkListLinks.md
Models/MecAppSuptApiSubscriptionLinkListSubscription.md
Models/OperationActionType.md
Models/ProblemDetails.md
Models/SubscriptionLinkList.md
Models/SubscriptionLinkListLinks.md
Models/SubscriptionLinkListLinksSubscriptions.md
Models/Self.md
Models/TimeSourceStatus.md
Models/TimingCaps.md
Models/TimingCapsNtpServers.md
Models/TimingCapsNtpServersAuthenticationOption.md
Models/TimingCapsNtpServersNtpServerAddrType.md
Models/TimingCapsPtpMasters.md
Models/TimingCapsTimeStamp.md
Models/TrafficFilter.md
Models/TrafficRule.md
Models/TrafficRuleAction.md
Models/TrafficRuleFilterType.md
Models/TrafficRuleState.md
Models/TunnelInfo.md
Models/TunnelInfoTunnelType.md
README.md
+12 −12
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ Method | HTTP request | Description
Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **appInstanceId** | **String**| Represents a MEC application instance. Note that the appInstanceId is allocated by the MEC platform manager. | [default to null]
 **AppReadyConfirmation** | [**AppReadyConfirmation**](../Models/AppReadyConfirmation.md)|  |
 **AppReadyConfirmation** | [**AppReadyConfirmation**](../Models/AppReadyConfirmation.md)|  | [optional]

### Return type

@@ -40,7 +40,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/problem+json
- **Accept**: application/problem+json, text/plain

<a name="applicationsConfirmTerminationPOST"></a>
# **applicationsConfirmTerminationPOST**
@@ -55,7 +55,7 @@ No authorization required
Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **appInstanceId** | **String**| Represents a MEC application instance. Note that the appInstanceId is allocated by the MEC platform manager. | [default to null]
 **AppTerminationConfirmation** | [**AppTerminationConfirmation**](../Models/AppTerminationConfirmation.md)|  |
 **AppTerminationConfirmation** | [**AppTerminationConfirmation**](../Models/AppTerminationConfirmation.md)|  | [optional]

### Return type

@@ -68,7 +68,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/problem+json
- **Accept**: application/problem+json, text/plain

<a name="applicationsSubscriptionDELETE"></a>
# **applicationsSubscriptionDELETE**
@@ -96,7 +96,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/problem+json
- **Accept**: application/problem+json, text/plain, 

<a name="applicationsSubscriptionGET"></a>
# **applicationsSubscriptionGET**
@@ -124,11 +124,11 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsSubscriptionsGET"></a>
# **applicationsSubscriptionsGET**
> SubscriptionLinkList applicationsSubscriptionsGET(appInstanceId)
> MecAppSuptApiSubscriptionLinkList applicationsSubscriptionsGET(appInstanceId)



@@ -142,7 +142,7 @@ Name | Type | Description | Notes

### Return type

[**SubscriptionLinkList**](../Models/SubscriptionLinkList.md)
[**MecAppSuptApiSubscriptionLinkList**](../Models/MecAppSuptApiSubscriptionLinkList.md)

### Authorization

@@ -151,7 +151,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsSubscriptionsPOST"></a>
# **applicationsSubscriptionsPOST**
@@ -179,7 +179,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="timingCapsGET"></a>
# **timingCapsGET**
@@ -203,7 +203,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="timingCurrentTimeGET"></a>
# **timingCurrentTimeGET**
@@ -227,5 +227,5 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain
+6 −6
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsDnsRulePUT"></a>
# **applicationsDnsRulePUT**
@@ -67,7 +67,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsDnsRulesGET"></a>
# **applicationsDnsRulesGET**
@@ -94,7 +94,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsTrafficRuleGET"></a>
# **applicationsTrafficRuleGET**
@@ -122,7 +122,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsTrafficRulePUT"></a>
# **applicationsTrafficRulePUT**
@@ -151,7 +151,7 @@ No authorization required
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain

<a name="applicationsTrafficRulesGET"></a>
# **applicationsTrafficRulesGET**
@@ -178,5 +178,5 @@ No authorization required
### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json, application/problem+json
- **Accept**: application/json, application/problem+json, text/plain
+14 −4
Original line number Diff line number Diff line
@@ -31,23 +31,33 @@ Class | Method | HTTP request | Description
 - [AppTerminationNotification](./Models/AppTerminationNotification.md)
 - [AppTerminationNotificationLinks](./Models/AppTerminationNotificationLinks.md)
 - [AppTerminationNotificationSubscription](./Models/AppTerminationNotificationSubscription.md)
 - [AppTerminationNotificationSubscriptionLinks](./Models/AppTerminationNotificationSubscriptionLinks.md)
 - [CurrentTime](./Models/CurrentTime.md)
 - [DestinationInterface](./Models/DestinationInterface.md)
 - [DestinationInterfaceInterfaceType](./Models/DestinationInterfaceInterfaceType.md)
 - [DnsRule](./Models/DnsRule.md)
 - [DnsRuleIpAddressType](./Models/DnsRuleIpAddressType.md)
 - [DnsRuleState](./Models/DnsRuleState.md)
 - [LinkType](./Models/LinkType.md)
 - [MecAppSuptApiSubscriptionLinkList](./Models/MecAppSuptApiSubscriptionLinkList.md)
 - [MecAppSuptApiSubscriptionLinkListLinks](./Models/MecAppSuptApiSubscriptionLinkListLinks.md)
 - [MecAppSuptApiSubscriptionLinkListSubscription](./Models/MecAppSuptApiSubscriptionLinkListSubscription.md)
 - [OperationActionType](./Models/OperationActionType.md)
 - [ProblemDetails](./Models/ProblemDetails.md)
 - [SubscriptionLinkList](./Models/SubscriptionLinkList.md)
 - [SubscriptionLinkListLinks](./Models/SubscriptionLinkListLinks.md)
 - [SubscriptionLinkListLinksSubscriptions](./Models/SubscriptionLinkListLinksSubscriptions.md)
 - [Self](./Models/Self.md)
 - [TimeSourceStatus](./Models/TimeSourceStatus.md)
 - [TimingCaps](./Models/TimingCaps.md)
 - [TimingCapsNtpServers](./Models/TimingCapsNtpServers.md)
 - [TimingCapsNtpServersAuthenticationOption](./Models/TimingCapsNtpServersAuthenticationOption.md)
 - [TimingCapsNtpServersNtpServerAddrType](./Models/TimingCapsNtpServersNtpServerAddrType.md)
 - [TimingCapsPtpMasters](./Models/TimingCapsPtpMasters.md)
 - [TimingCapsTimeStamp](./Models/TimingCapsTimeStamp.md)
 - [TrafficFilter](./Models/TrafficFilter.md)
 - [TrafficRule](./Models/TrafficRule.md)
 - [TrafficRuleAction](./Models/TrafficRuleAction.md)
 - [TrafficRuleFilterType](./Models/TrafficRuleFilterType.md)
 - [TrafficRuleState](./Models/TrafficRuleState.md)
 - [TunnelInfo](./Models/TunnelInfo.md)
 - [TunnelInfoTunnelType](./Models/TunnelInfoTunnelType.md)


<a name="documentation-for-authorization"></a>
+3 −0
Original line number Diff line number Diff line
@@ -1402,6 +1402,9 @@ components:
        - TERMINATING
    ProblemDetails:
      title: ProblemDetails
      required:
      - status
      - detail
      type: object
      properties:
        type:
Loading