Update integrations/scm_repo_link structs and urls
brandon-welsch opened this issue · 0 comments
brandon-welsch commented
Update theses modifications to keep a functional coherence:
Auth Service
has a new updated route forintegrations
:/integrations
->/scm_integrations
API
has renamed a field inscm_repo_link
:auth_integration_id
->auth_integration_uuid
Add a missed method for the SCMType
constant:
func (t SCMType) Str() string {
return string(t)
}
And rename all Scm...
to SCM...