mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Minor documentation fix. (#47276)
This commit is contained in:
parent
e52761fbd3
commit
c809560385
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ RETURN = """
|
||||||
status_code:
|
status_code:
|
||||||
description:
|
description:
|
||||||
- The Response Code returned by the Spark API.
|
- 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
|
returned: always
|
||||||
type: int
|
type: int
|
||||||
sample: 200
|
sample: 200
|
||||||
|
@ -108,7 +108,7 @@ status_code:
|
||||||
message:
|
message:
|
||||||
description:
|
description:
|
||||||
- The Response Message returned by the Spark API.
|
- 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
|
returned: always
|
||||||
type: string
|
type: string
|
||||||
sample: OK (585 bytes)
|
sample: OK (585 bytes)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue