Skip to content

Commit 8e98407

Browse files
authored
fix(clients): update ingestion transformations description and fix taggroups (#3265)
1 parent ee81633 commit 8e98407

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

specs/ingestion/paths/transformations/transformationsTry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
post:
22
tags:
33
- transformations
4-
summary: Search for transformations
5-
description: Searches for transformations.
4+
summary: Try a transformation
5+
description: Try a transformation.
66
operationId: tryTransformations
77
x-acl:
88
- addObject

specs/ingestion/spec.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ x-tagGroups:
9696
- name: Resources
9797
tags:
9898
- authentications
99-
- sources
10099
- destinations
101-
- tasks
102100
- observability
101+
- sources
102+
- tasks
103+
- transformations
103104
paths:
104105
# ######################
105106
# ### Custom request ###

0 commit comments

Comments
 (0)