Today there are multiple fields in the API document referring to test ids. These fields are named either "test_id", "id" or "hash_id".
- Choose a name to be given to all those fields.
- Add replacement parameters with the new name for all those fields that don't already have the chosen name.
- For each parameter that's gotten such a replacement, deprecate that parameter with a message encouraging migration to the replacement parameter.
- Submitting both the old and new parameters together in the same request should probably be forbidden.
This should not be implemented before #790.
Today there are multiple fields in the API document referring to test ids. These fields are named either "test_id", "id" or "hash_id".
This should not be implemented before #790.