Skip to content

Accept Share

omics_accept_share R Documentation

Accept a resource share request

Description

Accept a resource share request.

Usage

omics_accept_share(shareId)

Arguments

shareId

[required] The ID of the resource share.

Value

A list with the following syntax:

list(
  status = "PENDING"|"ACTIVATING"|"ACTIVE"|"DELETING"|"DELETED"|"FAILED"
)

Request syntax

svc$accept_share(
  shareId = "string"
)