Files
vrchatapi-rust/docs/InstancesApi.md
2021-10-31 00:43:01 +00:00

2.8 KiB

\InstancesApi

All URIs are relative to https://api.vrchat.cloud/api/1

Method HTTP request Description
get_instance GET /instances/{worldId}:{instanceId} Get Instance
get_short_name GET /instances/{worldId}:{instanceId}/shortName Get Instance Short Name
send_self_invite POST /instances/{worldId}:{instanceId}/invite Send Self Invite

get_instance

crate::models::Instance get_instance(world_id, instance_id) Get Instance

Returns an instance.

Parameters

Name Type Description Required Notes
world_id String [required]
instance_id String [required]

Return type

crate::models::Instance

Authorization

apiKeyCookie, authCookie

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_short_name

String get_short_name(world_id, instance_id) Get Instance Short Name

Returns an instance short name.

Parameters

Name Type Description Required Notes
world_id String [required]
instance_id String [required]

Return type

String

Authorization

apiKeyCookie, authCookie

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain, application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

send_self_invite

crate::models::Success send_self_invite(world_id, instance_id) Send Self Invite

Sends an invite to the instance to yourself.

Parameters

Name Type Description Required Notes
world_id String [required]
instance_id String [required]

Return type

crate::models::Success

Authorization

apiKeyCookie, authCookie

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]