parse_create_object
Create a new record in a Parse Server class by providing the class name and data fields, returning the created object's ID.
Instructions
Crea un nuevo objeto (registro) en una clase de Parse Server. Proporciona className y un objeto data con los campos y valores. Retorna el objectId del objeto creado.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputSchema | Yes |