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
In PUT/PATCH, we expect the phaseId to be passed… which means, there’s no way to add more phases to a challenge. You can only update the existing ones.
So, you can’t add multiple iterative review phases for example.
We need to add support for both phaseId and id. If the id is provided, the existing phase will be updated. If the phaseId is provided, a new phase will be created
The text was updated successfully, but these errors were encountered:
In PUT/PATCH, we expect the
phaseId
to be passed… which means, there’s no way to add more phases to a challenge. You can only update the existing ones.So, you can’t add multiple iterative review phases for example.
We need to add support for both
phaseId
andid
. If the id is provided, the existing phase will be updated. If thephaseId
is provided, a new phase will be createdThe text was updated successfully, but these errors were encountered: