Firebase App Distribution API . apps . releases . notes

Instance Methods

close()

Close httplib2 connections.

create(mobilesdkAppId, releaseId, body=None, x__xgafv=None)

Create release notes on a release.

Method Details

close()
Close httplib2 connections.
create(mobilesdkAppId, releaseId, body=None, x__xgafv=None)
Create release notes on a release.

Args:
  mobilesdkAppId: string, Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 (required)
  releaseId: string, Release identifier (required)
  body: object, The request body.
    The object takes the form of:

{
  "releaseNotes": { # The actual release notes body from the user
    "releaseNotes": "A String",
  },
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    {
}