mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Minor documentation fix. (#47276)
This commit is contained in:
committed by
Sandra McCann
parent
e52761fbd3
commit
c809560385
@@ -100,7 +100,7 @@ RETURN = """
|
||||
status_code:
|
||||
description:
|
||||
- The Response Code returned by the Spark API.
|
||||
- Full Responsde Code explanations can be found at U(https://developer.ciscospark.com/endpoint-messages-post.html).
|
||||
- Full Response Code explanations can be found at U(https://developer.ciscospark.com/endpoint-messages-post.html).
|
||||
returned: always
|
||||
type: int
|
||||
sample: 200
|
||||
@@ -108,7 +108,7 @@ status_code:
|
||||
message:
|
||||
description:
|
||||
- The Response Message returned by the Spark API.
|
||||
- Full Responsde Code explanations can be found at U(https://developer.ciscospark.com/endpoint-messages-post.html.
|
||||
- Full Response Code explanations can be found at U(https://developer.ciscospark.com/endpoint-messages-post.html).
|
||||
returned: always
|
||||
type: string
|
||||
sample: OK (585 bytes)
|
||||
|
||||
Reference in New Issue
Block a user