GET by parameter id gets nothing
Posted: Sun Dec 07, 2025 08:46
Using GET composition/clips/by-id/{id-number}, gets it correctly, but if I put the same number using GET parameter/by-id/{parameter-id} I get:
The requested resource '/api/v1/parameter/by-id/{parameter-id}' was not found on this server.
what am I doing wrong? I guess maybe clip isn't a parameter, but any id number of any parameter I'm trying give me the same "not found" error.
(Also PUT, and any other parameter for that matter)
The requested resource '/api/v1/parameter/by-id/{parameter-id}' was not found on this server.
what am I doing wrong? I guess maybe clip isn't a parameter, but any id number of any parameter I'm trying give me the same "not found" error.
(Also PUT, and any other parameter for that matter)