Skip to content

Varvara/feature/add bun - #98

Open
varvarashcherbyna7 wants to merge 2 commits into
developfrom
varvara/feature/add_bun
Open

Varvara/feature/add bun#98
varvarashcherbyna7 wants to merge 2 commits into
developfrom
varvara/feature/add_bun

Conversation

@varvarashcherbyna7

Copy link
Copy Markdown
Collaborator

No description provided.

Varvara Shcherbyna added 2 commits November 14, 2023 09:25
},
});
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please return the commit

Comment on lines -55 to -79
/**
* Application Form
* @param formData
* @param candidateUuid
* @returns CandidateAnswerOut Successful Response
* @throws ApiError
* do not change it after generate gApi (NOT COMMIT)
*/
public static applicationForm(
candidateUuid: string,
formData: FormData
): CancelablePromise<CandidateAnswerOut> {
return __request(OpenAPI, {
method: 'POST',
url: '/api/candidate/application_form',
query: {
candidate_uuid: candidateUuid,
},
body: formData,
mediaType: 'multipart/form-data',
errors: {
422: `Validation Error`,
},
});
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please return the commit

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok) thanks, I will return the commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants