Skip to content
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

Custom time_frame must be JSON body NOT parameter key value #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 30, 2024

  1. Custom time_frame must be JSON body NOT parameter key value

    No where does it say time_frame is a post body object rather than key pair, this actually will NOT run as url parameter. Please take note this is poor consistency as filter DOES accept JSON via key-value param, so there is an expectation time_frame (also technically a filter, should too). 
    
    Response received when running as parameter 
    {
        "message": "{\n  \"time_frame\": {\n  \"from\": \"2020-01-01\",\n  \"to\": \"2024-12-31\"\n  }\n} is not a valid time_frame"
    }
    pcg-nathaniel authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fda62c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Update _custom-fields.md

    Get Custom fields documentation disregarded the required namespace parameter 
    
    Updating a namespaces custom field on a record does was ambiguous with the field <id>.
    pcg-nathaniel authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3847470 View commit details
    Browse the repository at this point in the history