When you enter the development mode, you’ll have access to your personal API endpoints
that will track the branch you’re on and will be updated automatically when you make
changes to the data model.
After committing changes, you can merge them into the parent branch or create a pull request by clicking the “Merge” or “Create a Pull Request” button in the actions bar.
When there are changes in the parent branch, you can update your active branch by pulling changes from the parent branch.
If your active branch got updated in the connected repository, you can update it by pulling changes from the remote.
In some cases, you may encounter conflicts when merging or pulling changes from the parent branch or remote.
If this happens, you’ll see a warning about conflicts in the actions bar.
You’ll then be able to either resolve them manually or discard the changes.
The Development API does not support autoscaling. If you need to test
autoscaling, we recommend creating a separate deployment using a different Git
branch of the same repository.
Scheduled refresh is also disabled in the Development API. If you need to test
scheduled refreshes, we recommend creating a separate deployment using a
different Git branch of the same repository.