Skip to content

Commit

Permalink
(PC-32322) feat(api): update postNativeV1ProfileUpdateEmail in api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucasbeneston committed Oct 18, 2024
1 parent d7a4902 commit f5df962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/gen/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5551,6 +5551,8 @@ export const DefaultApiFetchParamCreator = function (configuration?: Configurati
): Promise<FetchArgs> {
let pathname = `/native/v1/profile/update_email`
let secureOptions = Object.assign(options, { credentials: 'omit' })
// authentication JWTAuth required
secureOptions = Object.assign(secureOptions, { credentials: 'include' })
const localVarRequestOptions = Object.assign({ method: 'POST' }, secureOptions)
const localVarHeaderParameter = await getAuthenticationHeaders(secureOptions)
localVarHeaderParameter['Content-Type'] = 'application/json'
Expand Down

0 comments on commit f5df962

Please sign in to comment.