Skip to content

Commit

Permalink
Add boolean field for default_content_http_proxy in HTTProxy entity
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 committed Nov 19, 2024
1 parent fdca212 commit a837eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -5421,6 +5421,7 @@ def __init__(self, server_config=None, **kwargs):
'organization': entity_fields.OneToManyField(Organization),
'location': entity_fields.OneToManyField(Location),
'cacert': entity_fields.StringField(),
'default_content_http_proxy': entity_fields.BooleanField(),
}
self._meta = {'api_path': 'api/v2/http_proxies'}
super().__init__(server_config=server_config, **kwargs)
Expand Down

0 comments on commit a837eca

Please sign in to comment.