Skip to content

Commit d9f3839

Browse files
authored
Merge pull request #5308 from gr2m/patch-1
docs(Creating a GitHub App from a manifest): `POST /app-manifests/:code/conversions` -> `POST /app-manifests/{code}/conversions`
2 parents a1c882f + 3c6dc63 commit d9f3839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/developers/apps/creating-a-github-app-from-a-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ You must complete this step of the GitHub App Manifest flow within one hour.
179179
{% data reusables.pre-release-program.api-preview-warning %}
180180
{% endif %}
181181

182-
POST /app-manifests/:code/conversions
182+
POST /app-manifests/{code}/conversions
183183

184184
For more information about the endpoint's response, see [Create a GitHub App from a manifest](/rest/reference/apps#create-a-github-app-from-a-manifest).
185185

0 commit comments

Comments
 (0)