diff options
Diffstat (limited to 'internal/api/client/admin/rulecreate.go')
-rw-r--r-- | internal/api/client/admin/rulecreate.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/api/client/admin/rulecreate.go b/internal/api/client/admin/rulecreate.go index e838bff1e..155c69db0 100644 --- a/internal/api/client/admin/rulecreate.go +++ b/internal/api/client/admin/rulecreate.go @@ -43,15 +43,6 @@ import ( // produces: // - application/json // -// parameters: -// - -// name: text -// in: formData -// description: >- -// Text body for the instance rule, plaintext. -// type: string -// required: true -// // security: // - OAuth2 Bearer: // - admin |