[DOCS] Comment out tag in Task Managment API Docs so it isn't rendered. (#47618)

The tag for the shared content is being rendered in the output.
This commit is contained in:
debadair 2019-10-05 09:47:32 -07:00 committed by James Rodewig
parent 22679c7932
commit f765ded650

View File

@ -51,11 +51,11 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=wait_for_completion]
[[tasks-api-response-codes]]
==== {api-response-codes-title}
tag::tasks-api-404[]
// tag::tasks-api-404[]
`404` (Missing resources)::
If `<task_id>` is specified but not found, this code indicates that there
are no resources that match the request.
end::tasks-api-404[]
// end::tasks-api-404[]
[[tasks-api-examples]]
==== {api-examples-title}