Skip to content

Commit

Permalink
fixed jsdoc params for experience apis update place and universe
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed Aug 6, 2024
1 parent 3d3d01c commit 77707b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/cloud/experiences/experiences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const placeInfo = addApiMethod(async <UniverseId extends Identifier, Plac
*
* @example
* const { data:updatedInfo } = await ExperiencesApi.updatePlace({
universeId: 5795192361, placeId: 16866553538, newData: { displayName: "Hello World" }
universeId: 5795192361, placeId: 16866553538, displayName: "Hello World"
})
* @exampleData {"path":"universes/5795192361/places/16866553538","createTime":"2024-03-25T10:42:46.297Z","updateTime":"2024-05-13T10:21:20.247Z","displayName":"Hello World","description":"","serverSize":50}
* @exampleRawBody {"path":"universes/5795192361/places/16866553538","createTime":"2024-03-25T10:42:46.297Z","updateTime":"2024-05-13T10:21:20.247157600Z","displayName":"Hello World","description":"","serverSize":50}
Expand Down

0 comments on commit 77707b9

Please sign in to comment.