Issue with HTTP API Status Code Declaration Order

What is going on with http api here? I usually declare the successes in order of status code, but why is the 204 for no content being droped when declared before the empty 304? Feels like a bug somewhere in reflect to me. Code inside
Was this page helpful?