nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

feat: API schema

Open Sander0542 opened this issue 3 weeks ago • 4 comments

Currently, the API schema has some missing properties. This PR adds the missing one so that we have a more complete API schema.

Closes #4356

Related to https://github.com/Sander0542/terraform-provider-nginxproxymanager/issues/240

Sander0542 avatar Nov 29 '25 10:11 Sander0542

Latest CI Error:

$.paths['/users'].post.responses['201'].content['application/json'].examples['default']
additional properties 'modified_on', 'id', 'created_on', 'user_id' not allowed

This linting is done with vacuum using the rules defined here.

jc21 avatar Dec 01 '25 21:12 jc21

Thanks for letting me know! I'll try to push a fix later today

Sander0542 avatar Dec 03 '25 07:12 Sander0542