Skip to content

Commit

Permalink
chore: solve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubisoft-potato committed Jan 22, 2025
1 parent e43fac8 commit bf6b77c
Show file tree
Hide file tree
Showing 6 changed files with 2,413 additions and 2,247 deletions.
74 changes: 74 additions & 0 deletions api-description/web-api.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3494,6 +3494,54 @@ paths:
$ref: '#/definitions/experimentCreateGoalRequest'
tags:
- goal
patch:
summary: Update
description: Update a goal.
operationId: web.v1.goal.update
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/experimentUpdateGoalResponse'
"400":
description: Returned for bad requests that may have failed validation.
schema:
$ref: '#/definitions/googlerpcStatus'
examples:
application/json:
code: 3
details: []
message: invalid arguments error
"401":
description: Request could not be authenticated (authentication required).
schema:
$ref: '#/definitions/googlerpcStatus'
examples:
application/json:
code: 16
details: []
message: not authenticated
"503":
description: Returned for internal errors.
schema:
$ref: '#/definitions/googlerpcStatus'
examples:
application/json:
code: 13
details: []
message: internal
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/googlerpcStatus'
parameters:
- name: body
in: body
required: true
schema:
$ref: '#/definitions/experimentUpdateGoalRequest'
tags:
- goal
/v1/goals:
get:
summary: List
Expand Down Expand Up @@ -6683,8 +6731,34 @@ definitions:
type: object
experimentUpdateExperimentResponse:
type: object
experimentUpdateGoalRequest:
type: object
properties:
id:
type: string
renameCommand:
$ref: '#/definitions/experimentRenameGoalCommand'
description: deprecated
changeDescriptionCommand:
$ref: '#/definitions/experimentChangeDescriptionGoalCommand'
description: deprecated
environmentId:
type: string
name:
type: string
description:
type: string
archived:
type: boolean
description: if true, the goal will be archived
required:
- id
- environmentId
experimentUpdateGoalResponse:
type: object
properties:
goal:
$ref: '#/definitions/experimentGoal'
featureAddSegmentUserCommand:
type: object
properties:
Expand Down
6 changes: 3 additions & 3 deletions manifests/bucketeer/charts/web/values.yaml

Large diffs are not rendered by default.

Binary file modified proto/auditlog/proto_descriptor.pb
Binary file not shown.
Loading

0 comments on commit bf6b77c

Please sign in to comment.