Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change document and link id in request #815

Merged
merged 12 commits into from
Dec 4, 2024
Merged

Conversation

GtanSndil
Copy link
Contributor

use an object instead of directly a String
for
PUT /documents/document/{id}
PUT /documents/link/{id}
DELETE /documents/document/{id}
DELETE /documents/link/{id}

@@ -2,6 +2,7 @@

public class Constants {

public static final String TYPE_STRING = "String";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peux tu ajouter cette constant dans le bon block ? Je crois que c'est rangé par ordre alphabétique.

Copy link

sonarqubecloud bot commented Dec 4, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
55.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@HugoBouttes HugoBouttes merged commit 2fa65b8 into main Dec 4, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants