resource Path
Parameters
value
The resource path for this method. Forward slashes (`/`
) are encoded as `~1`
and the initial slash must include a forward slash. For example, the path value `/resource/subresource`
must be encoded as `/~1resource~1subresource`
. To specify the root path, use only a slash (`/`
).