openapi.endpoint
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
operation_id PK |
|
No |
||
path |
|
No |
||
http_method |
|
No |
||
security |
|
No |
'bearerAuth'::text |
|
summary |
|
No |
||
method_source |
|
No |
||
method_name |
|
No |
||
method_params |
|
Yes |
||
active |
|
No |
true |
|
rate_limit FK |
|
Yes |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
NO ACTION |
NO ACTION |
No |
|
Check Constraints
-
endpoint_http_method_check:CHECK http_method = ANY (ARRAY['get'::text, 'put'::text, 'post'::text, 'delete'::text, 'patch'::text]) -
endpoint_security_check:CHECK security = ANY (ARRAY['bearerAuth'::text, 'basicAuth'::text, 'cookieAuth'::text, 'paramAuth'::text])
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
Referenced By
The following tables have foreign keys pointing to openapi.endpoint (8 referencing table(s)):
| Table | Referencing Column(s) | Referenced Column(s) | Constraint |
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|