It should be possible to set service_mode to something else than 1#12
Merged
b4k3r merged 1 commit intosocketry:masterfrom Mar 25, 2015
Merged
It should be possible to set service_mode to something else than 1#12b4k3r merged 1 commit intosocketry:masterfrom
b4k3r merged 1 commit intosocketry:masterfrom
Conversation
|
FYI, you might want to review the new APIs here https://www.cloudflare.com/docs/next/ We'll continue to support the current Client API for many months to come, of course, but you might find that useful. We haven't "promoted" the new APIs yet, but they are active and in use. |
|
Any news on this one? I have run in this problem, where it is not possible to create record with service_mode => 0. Though it is possible to update it to this state, which means, that to create record with service_mode => 0, I need to do 2 things:
Which is frustrating. |
|
I'd encourage use of the APIs at https://api.cloudflare.com instead. We're not planning to make further changes to the v1 API, as the newer APIs (v4) address this use case. |
b4k3r
added a commit
that referenced
this pull request
Mar 25, 2015
It should be possible to set service_mode to something else than 1
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
We don't want to set service_mode to '1' for all our records so it's nicer to have it as a default value
Thanks,