Skip to content
  • Jörg Richter's avatar
    REST API: change 4 requests `/association` -> `/assoc` (#341) · 02f35b2e
    Jörg Richter authored
    BREAKING CHANGE
    
    Change 4 requests:
    
    ## getAssocPermissions()
    
        GET /accesscontrol/assoc/{id}
    
    ## addAssocToTopicmap()
    
        POST /topicmaps/{id}/assoc/{assoc_id}
    
    ## addRelatedTopicToTopicmap()
    
        POST /topicmaps/{id}/topic/{topic_id}/assoc/{assoc_id}
    
    ## setAssocViewProps()
    
        PUT /topicmaps/{id}/assoc/{assoc_id}
    
    Generally `/association` is now `/assoc`.
    02f35b2e