-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Endpoints may now be updated (patched). It is important to note that because Go's JSON marshalling can't detect between omitted fields and fields set to null, they are treated as the same (ommited). Once created only text fields may be set to NULL by updating the endpoint with an empty string. Realm was also removed from the API since there is no clear benefit at the moment. All use cases so far use the default value for it.
- Loading branch information
1 parent
9a2a0d5
commit 0b991d7
Showing
4 changed files
with
359 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.