Skip to content
Snippets Groups Projects
Commit e3359a68 authored by nart4hire's avatar nart4hire
Browse files

fix(course): removed required on course abbreviation

parent ce4c8934
No related branches found
No related tags found
2 merge requests!39Feat/s4 sb 54 backend manajemen soal latihan,!37Feat/s4 sb 54 backend manajemen soal latihan
// Code generated by swaggo/swag. DO NOT EDIT
// Code generated by swaggo/swag. DO NOT EDIT.
package docs
import "github.com/swaggo/swag"
......
......@@ -27,7 +27,7 @@ type AddCourseRequestPayload struct {
Email string `json:"email" validate:"required,email" example:"someone@example.com"`
// Course Name Abbreviation
Abbreviation string `json:"abbreviation" validate:"required"`
Abbreviation string `json:"abbreviation"`
}
// DeleteCourse Request Payload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment