Return variable in get_url is 'status_code', not 'status' (#43366)

Subject is self explanatory.
Resolves #43365.

+label: docsite_pr
pull/44474/head
skylerbunny 6 years ago committed by Dag Wieers
parent c068450259
commit 4062939681

@ -269,7 +269,7 @@ state:
returned: success
type: string
sample: file
status:
status_code:
description: the HTTP status code from the request
returned: always
type: int

Loading…
Cancel
Save