-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GET for DCV Delegation UUID endpoint #1384
Add GET for DCV Delegation UUID endpoint #1384
Conversation
changelog detected ✅ |
Code looks good from SSL team side |
API docs are now available: https://developers.cloudflare.com/api/operations/dcv-delegation-uuid-get |
Codecov Report
@@ Coverage Diff @@
## master #1384 +/- ##
==========================================
+ Coverage 48.33% 48.42% +0.08%
==========================================
Files 133 140 +7
Lines 13023 13822 +799
==========================================
+ Hits 6295 6693 +398
- Misses 5201 5470 +269
- Partials 1527 1659 +132
|
This functionality has been released in v0.77.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
https://api.cloudflare.com/client/v4/zones/<zone_id>/dcv_delegation/uuid is not currently supported by the Go SDK.
closes #1383
Has your change been tested?
Unit tests added in changes
Types of changes
What sort of change does your code introduce/modify?
Checklist:
and relies on stable APIs.