The documentation says:

The HTTP service has resources in the following form:

/{application}/{profile}[/{label}]
....

which is incorrect.

The correct form would be /{application}/[{profile}]/{label} as profiles can be many. It would also not hurt to have a minor example of this.

Comment From: spencergibb

It's not incorrect. Label is optional, profile is not

Comment From: spencergibb

Profile can be a comma separated list, but it isn't optional which is what brackets denote

Comment From: wind57

thank you @spencergibb, got my answer, closing.