Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.69 KB

AwsSettingsControllerApi.md

File metadata and controls

37 lines (23 loc) · 1.69 KB

{{classname}}

All URIs are relative to /

Method HTTP request Description
update_using_put PUT users-web/api/v3/apps/{appId}/aws Update App's AWS CloudWatch settings

update_using_put

CloudWatchSettingsResponse update_using_put(ctx, body, app_id) Update App's AWS CloudWatch settings

Applicable only for AWS Apps

Required Parameters

Name Type Description Notes
ctx context.Context context containing the authentication nil if no authentication
body CloudWatchSettings dto
app_id i64 appId

Return type

CloudWatchSettingsResponse

Authorization

api_key,

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]