POST (/ext/app/packagemanager/era/register)

Registers the app in the specified loose folder, or registers an app on a specified drive by the package full name.

URI parameters

Parameter Description  
folder base64-encoded string The destination folder name of the package to be registered. This folder must exist on the Title Scratch drive on the console. This folder name should be base64-encoded, as it may contain path separators if the folder is in a subfolder on the drive. Required if registering a loose folder.
packagefullname base64-encoded string The Package Full Name of the package. Required if registering an app on a drive.
deploydrive string The drive where the package resides. Required if registering an app on a drive.

Required request headers

None.

Required request body

None.

Response

HTTP status codes

The service returns one of the status codes in this section in response to a request made with this method on this resource.

Code Description
200 The app was successfully registered.
4XX Error codes.
5XX Error codes.

See also

Parent

/ext/app/packagemanager/era/register