Remove rest api service timeout (#1996)

This commit is contained in:
Martin Hjelmare 2023-11-29 14:46:39 +01:00 committed by GitHub
parent c15218afd8
commit 44c7661712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -626,7 +626,7 @@ Returns a message if successful.
<ApiEndpoint path="/api/services/<domain>/<service>" method="post">
Calls a service within a specific domain. Will return when the service has been executed or after 10 seconds, whichever comes first.
Calls a service within a specific domain. Will return when the service has been executed.
You can pass an optional JSON object to be used as `service_data`.