File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ type RejectUnmaskingWorkflowReq struct {
230230 WorkflowID string `param:"workflow_id" json:"workflow_id" validate:"required"`
231231 // in: body
232232 // Required: true
233- RejectUnmaskingWorkflow * RejectUnmaskingWorkflow `json:"reject_unmasking_workflow " validate:"required"`
233+ RejectReason string `json:"reject_reason " validate:"required"`
234234}
235235
236236// swagger:model RejectUnmaskingWorkflow
@@ -280,7 +280,7 @@ type ActivateUnmaskingWorkflowViewReply struct {
280280
281281// swagger:model ActivateUnmaskingWorkflowViewReplyData
282282type ActivateUnmaskingWorkflowViewReplyData struct {
283- ViewValidUntil string `json:"view_valid_until"`
283+ ViewValidUntil string `json:"view_valid_until"`
284284 ViewState biz.UnmaskingWorkflowViewState `json:"view_state"`
285285}
286286
You can’t perform that action at this time.
0 commit comments