netconf-wg / restconf

9 stars 4 forks source link

3.6 action shown with a <data-resource-identifier> #34

Closed abierman closed 8 years ago

abierman commented 8 years ago

An action is invoked as:

POST {+restconf}/data// where contains the path to the data node where the action is defined, and is the name of the action.

data-resource-identifier was removed and no longer exists

mbj4668 commented 8 years ago

The term is just used in this paragraph. Is that a problem? We could have said: POST {+restconf}/data// where is ... and is ...

abierman commented 8 years ago

The term is not defined anywhere. There is no specification of data-resource-identifier so it should just be plain text instead here.

mbj4668 commented 8 years ago

It is not a term, it is just a "variable name" , and it is explained in the same paragraph:

   where <data-resource-identifier> contains the path to the data node

This is just like it is done in a few other places in the document.

abierman commented 8 years ago

OK - I hope the syntax of 'path' is clear