Skip to content

Commit

Permalink
rename proteome tag for swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshadab committed Dec 24, 2024
1 parent 27a357c commit b114116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public class OpenAPIConstants {
public static final String FIELDS_GENECENTRIC_EXAMPLE = "accession,gene_name,proteome_id";

// Proteome
public static final String TAG_PROTEOME = "Proteome";
public static final String TAG_PROTEOME = "Proteomes";
public static final String TAG_PROTEOME_DESC =
"The proteomes service offers access to UniProtKB proteomes, allowing users to search for proteomes (including reference or redundant proteomes) using UniProt proteome identifiers, species names, or taxonomy identifiers";
public static final String SEARCH_PROTEOME_OPERATION =
Expand Down
2 changes: 1 addition & 1 deletion proteome-rest/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
spring.profiles.active=live
server.port=8092
server.servlet.context-path=/uniprot/api
springdoc.api-docs.path=/proteome/api/docs
springdoc.api-docs.path=/proteomes/api/docs
springdoc.writer-with-default-pretty-printer=true
springdoc.pre-loading-enabled=false
openapi.docs.server=https://rest.uniprot.org
Expand Down

0 comments on commit b114116

Please sign in to comment.