Skip to content

Commit

Permalink
update url to include ignore warnings as well
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 committed Aug 13, 2019
1 parent cab14e2 commit 2c58df0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion products/bigtable/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ objects:
name: 'AppProfile'
kind: 'bigtable#appProfile'
base_url: projects/{{project}}/instances/{{instance}}/appProfiles?appProfileId={{app_profile_id}}
update_url: projects/{{project}}/instances/{{instance}}/appProfiles/{{app_profile_id}}?ignoreWarnings={{ignore_warnings}}
delete_url: projects/{{project}}/instances/{{instance}}/appProfiles/{{app_profile_id}}?ignoreWarnings={{ignore_warnings}}
update_verb: :PATCH
update_mask: true
delete_url: projects/{{project}}/instances/{{instance}}/appProfiles/{{app_profile_id}}?ignoreWarnings={{ignore_warnings}}
self_link: 'projects/{{project}}/instances/{{instance}}/appProfiles/{{app_profile_id}}'
description: |
App profile is a configuration object describing how Cloud Bigtable should treat traffic from a particular end user application.
Expand Down

0 comments on commit 2c58df0

Please sign in to comment.