You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Project endpoints and models to support nest projects (under development on Server). This mainly means add `parent_id` to the model, serializers, and parsers. Minor refactoring on how models are parsed in the update call.
<projectid="ccbea03f-77c4-4209-8774-f67bc59c3cef"name="Test Project"description="Project created for testing"contentPermissions="ManagedByOwner" />
4
-
</tsResponse>
3
+
<projectid="ccbea03f-77c4-4209-8774-f67bc59c3cef"name="Test Project"description="Project created for testing"contentPermissions="ManagedByOwner"parentId="9a8f2265-70f3-4494-96c5-e5949d7a1120"/>
<projectid="ee8c6e70-43b6-11e6-af4f-f7b0d8e20760"name="default"description="The default project that was automatically created by Tableau."contentPermissions="ManagedByOwner" />
<projectid="1d0304cd-3796-429f-b815-7258370b9b74"name="Test Project"description="Project created for testing"contentPermissions="LockedToProject" />
4
-
</tsResponse>
3
+
<projectid="1d0304cd-3796-429f-b815-7258370b9b74"name="Test Project"description="Project created for testing"contentPermissions="LockedToProject"parentId="9a8f2265-70f3-4494-96c5-e5949d7a1120"/>
0 commit comments