Skip to content

Commit d0a9e44

Browse files
authored
Update creating-team-manifest-manually-for-webpart.md
stated that the 'dest' parameter must be encodede
1 parent d599dc4 commit d0a9e44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/spfx/web-parts/guidance/creating-team-manifest-manually-for-webpart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ Notice the `componentId` query parameter in the `configurationUrl`. You should n
107107

108108
See more details around the Microsoft Teams manifest options from the [Microsoft Teams developer guidance](https://docs.microsoft.com/microsoftteams/platform/concepts/apps/apps-package).
109109

110+
> [!IMPORTANT]
111+
> The `dest` query parameter in the `configurationUrl` must be encoded. Non encoded URLs are not supported.
112+
110113
Below json structure demonstrates sample manifest file content.
111114

112115
```json

0 commit comments

Comments
 (0)