• 
      

    Fix URL generation in root resource with templates.

    Review Request #15153 — Created July 6, 2026 and submitted

    Information

    RBTools
    master

    Reviewers

    URL generation with templates had a regression, creating the proper URL
    but then also including args as query args, which broke some API
    endpoints. We didn't notice this because very few of our commands
    actually do this, but rbt status-update get -r XX would crash as a
    result. This change fixes that issue and adds a test.

    • Ran unit tests.
    • Ran rbt status-update get -r XX successfully.
    Summary ID
    Fix URL generation in root resource with templates.
    URL generation with templates had a regression, creating the proper URL but then also including args as query args, which broke some API endpoints. We didn't notice this because very few of our commands actually do this, but `rbt status-update get -r XX` would crash as a result. This change fixes that issue and adds a test. Testing Done: - Ran unit tests. - Ran `rbt status-update get -r XX` successfully.
    uppwzntkxszyzvkmymlzyxykskqxqnyl
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (f4995ca)