Closed duedares-rvj closed 1 week ago
Attention: Patch coverage is 97.05882%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 95.36%. Comparing base (
1d32c21
) to head (8fd2a07
).
Files with missing lines | Patch % | Lines |
---|---|---|
management/self_service_profiles.go | 85.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What is the anticipated release date for these updates?
🔧 Changes
POST /api/v2/self-service-profiles
: Added new fieldsPUT /api/v2/self-service-profiles/{id}/custom-text/{language}/{page}
: New endpoint introducedGET /api/v2/self-service-profiles/{id}/custom-text/{language}/{page}
: New endpoint introducedPOST /api/v2/self-service-profiles/{id}/sso-ticket
: Added new fieldsPOST /api/v2/self-service-profiles/{id}/sso-ticket/{id}/revoke
: New endpoint introduced📚 References
https://auth0.com/docs/api/management/v2/self-service-profiles/get-self-service-profiles
🔬 Testing
All relevant test cases for modified and newly introduced endpoints have been added.
📝 Checklist