Skip to content

Commit

Permalink
Merge pull request #260 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Nov 28, 2024
2 parents 4731bc6 + 8a281fc commit e3b60f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ public class ContentType {
public static final String TEXT_HTML = "text/html";
public static final String TEXT_XML = "text/xml";
public static final String TEXT_JSON = "text/json";
public static final String RP_JSON = "x-reportportal-entity-v2+json";
public static final String RP_JSON_ITEM = "application/x.reportportal.test.v2+json";
public static final String RP_JSON_LAUNCH = "application/x.reportportal.launch.v2+json";

// Form types
public static final String APPLICATION_FORM_URLENCODED = "application/x-www-form-urlencoded";
Expand Down

0 comments on commit e3b60f0

Please sign in to comment.