Skip to content
  • Jörg Richter's avatar
    REST API: change 3 get/query-topics plural requests (#341) · f9e2ae74
    Jörg Richter authored
    BREAKING CHANGE
    
    change 3 plural requests:
    
    ## getTopicsByType()
    
        GET /core/topic/type/{uri}
        ->
        GET /core/topics/type/{uri}
    
    ## queryTopics
    
        GET /core/topic/type/{uri}/query/{value}
        ->
        GET /core/topics/type/{uri}/query/{value}
    
    ## queryTopicsFulltext
    
        GET /core/topic/query/{query}
        ->
        GET /core/topics/query/{query}
    f9e2ae74