Return variable in get_url is 'status_code', not 'status' (#43366)
Subject is self explanatory. Resolves #43365. +label: docsite_pr
This commit is contained in:
parent
c068450259
commit
4062939681
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue