Skip to main content

Update a subscription by ID for a User within a Project

PUT 

/v1/organizations/:organizationId/projects/:projectId/platforms/android/subscriptions/:subscriptionId

Update a subscription by ID for a User within a Project

Request

Path Parameters

    organizationId stringrequired

    ID of the organization

    projectId stringrequired

    ID of the project

    subscriptionId stringrequired

    ID of the subscription

Body

required
    sku stringrequired

    The unique identifier of the subscription.

    name stringrequired

    The name of the subscription.

    description stringrequired

    The description of the subscription.

Responses

The subscription has been successfully updated.

Schema
    id stringrequired

    The unique identifier of the subscription.

    sku stringrequired

    The stock keeping unit to avoid conflict with subscriptionId and id. It is unique per project.

    name stringrequired

    The name of the subscription.

    description stringrequired

    The description of the subscription.

    legacy booleanrequired

    Indicates if the subscription is legacy.

Loading...