Skip to content

Fix wiki docs to send the page slug url encoded

What does this MR do?

The wiki docs contain a small error. When the page slug is passed in the URL, it needs to be URL encoded, but we don't say that.

In this MR we're updating the docs to explicitly say that the slug must be URL encoded.

Does this MR meet the acceptance criteria?

Conformity

Refs #328678 (closed)

Merge request reports