Open sangar82 opened 8 years ago
Same #170?
My API are full of uri parameters with underscores...
same here.
parameter 'subject_id (required, string, `e00084ef-b6f7-42131-9863-d35b99543389`) ... String `id` the `subject_type` identifier.' not specified in its '/perms/{action}/{resource_type}/{subject_type}/{subject_id}' URI template (warning code 8)
>> Context
...
## /perms/{action}/{resource_type}/{subject_type}/{subject_id}
>>>> + Parameters
+ action (required, string, `grant`) ... String can be `grant` or `revoke`.
+ resource_type (required, string, `user_schemas`) ... String `name` of the `Resource`.
+ subject_type (required, string, `users`) ... String can be `users` or `groups`.
+ subject_id (required, string, `e00084ef-b6f7-42131-9863-d35b99543389`) ... String `id` the `subject_type` identifier.
any guess on how to fix it (without rewriting everything)?
Anyone found a solution to this issue with the underscores yet?
ping @danielgtaylor
Looks like this in issue with upstream apiaryio/Drafter that's been fixed now as of 3.2.3. A re-install to get latest apiaryio/Protagonist etc should fix it?
I try to show configuration_name in the example URI
Why the configuration_name is not showed?