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
add a property at the root of it and call it versionId. Let it be an integer.
When ever a profile is being created, let it be one, and increase the value by one on every change of the profile.
Invoking the put-endpoing without changing any value should not increase the versionId!
The text was updated successfully, but these errors were encountered:
As of now the profile resource is structured as follows...
{
"id": "string",
"aboutMe": "string",
"size": 0,
"gender": "MALE",
"dancerName": "string",
"birthDate": "2024-06-23",
"ableTo": [
{
"dance": "string",
"level": "NO_EXPERIENCE",
"leading": "FOLLOW"
}
],
"wantsTo": [
{
"dance": "string",
"level": "NO_EXPERIENCE",
"leading": "FOLLOW"
}
],
"email": "string",
"zipCode": "string",
"city": "string",
"country": "GER",
"profileImageHash": "string"
}
add a property at the root of it and call it versionId. Let it be an integer.
When ever a profile is being created, let it be one, and increase the value by one on every change of the profile.
Invoking the put-endpoing without changing any value should not increase the versionId!
The text was updated successfully, but these errors were encountered: