docs(stageInstances): Correct reference for stage instance creation (#10333)

Update stageInstances.ts

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Amir Farzamnia 2024-06-07 18:41:23 +03:30 committed by GitHub
parent 885defbce4
commit 7f60a8fc5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ export class StageInstancesAPI {
/**
* Creates a new stage instance
*
* @see {@link https://discord.com/developers/docs/resources/stage-instance#get-stage-instance}
* @see {@link https://discord.com/developers/docs/resources/stage-instance#create-stage-instance}
* @param body - The data for creating the new stage instance
* @param options - The options for creating the new stage instance
*/