Skip to content

Commit

Permalink
fix(APIv2): mark endpoint as not customer-facing
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Nov 14, 2024
1 parent 79c1017 commit 6c517b8
Show file tree
Hide file tree
Showing 3 changed files with 4,660 additions and 4,654 deletions.
1 change: 1 addition & 0 deletions spec/integration/v2/profiles_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
description 'Returns the Rule Tree of a Profile'
operationId 'ProfileTree'
content_types
deprecated true

parameter name: :security_guide_id, in: :path, type: :string, required: true
parameter name: :profile_id, in: :path, type: :string, required: true
Expand Down
2 changes: 2 additions & 0 deletions spec/integration/v2/tailorings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
description 'Create a Tailoring with the provided attributes (for ImageBuilder only)'
operationId 'CreateTailoring'
content_types
deprecated true

parameter name: :policy_id, in: :path, type: :string, required: true
parameter name: :data, in: :body, schema: ref_schema('tailoring_create')
Expand Down Expand Up @@ -214,6 +215,7 @@
description 'Returns the Rule Tree of a Tailoring'
operationId 'TailoringRuleTree'
content_types
deprecated true

parameter name: :policy_id, in: :path, type: :string, required: true
parameter name: :tailoring_id, in: :path, type: :string, required: true
Expand Down
Loading

0 comments on commit 6c517b8

Please sign in to comment.