🔧 chore(GetRequest.py): add timeout parameter to the GetRequest component for configurable request timeout
📝 docs(GetRequest.py): update component documentation to include information about the new timeout parameter
This commit is contained in:
parent
4f2a14bed5
commit
c6fc60d4b2
1 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,12 @@ class GetRequest(CustomComponent):
|
|||
"info": "The headers to send with the request.",
|
||||
},
|
||||
"code": {"show": False},
|
||||
"timeout": {
|
||||
"display_name": "Timeout",
|
||||
"field_type": "int",
|
||||
"info": "The timeout to use for the request.",
|
||||
"value": 5,
|
||||
},
|
||||
}
|
||||
|
||||
def get_document(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue