ItemSnippetCreateResponse Object
Description
Response after creating an audio snippet, containing the snippet URI and a status message.
Declaration
type ItemSnippetCreateResponse {
uri: String!
message: String!
}
Fields
| Name | Type | Description |
|---|---|---|
uri | String! | URI to access the created audio snippet. |
message | String! | Status message describing the result of the snippet creation. |