Fixing docs

This commit is contained in:
Luca Frosini 2022-09-26 18:25:15 +02:00
parent 43a191d762
commit 5cac2c8bdd
1 changed files with 6 additions and 6 deletions

View File

@ -259,7 +259,7 @@ public class Item extends REST<CKANPackage> implements org.gcube.gcat.api.interf
* <dd>the email address of the items maintainer;</dd>
*
* <dt style="margin-top: 5px;">license_id* (string)</dt>
* <dd>the id of the items license, use <a href="../resource_License.html">License listing</a> API to get available values;</dd>
* <dd>the id of the items license, use <a href="resource_License.html">License listing</a> API to get available values;</dd>
*
* <dt style="margin-top: 5px;">notes (string)</dt>
* <dd>a description of the item;</dd>
@ -281,7 +281,7 @@ public class Item extends REST<CKANPackage> implements org.gcube.gcat.api.interf
* the groups to which the item belongs, each group dictionary should have one or more of the
* following keys which identify an existing group:
* 'id' (the id of the group, string), or 'name' (the name of the group, string).
* To see which groups exist use <a href="../resource_Group.html#resource_Group_list_limit_offset_countOnly_GET">Group listing</a> API.</dd>
* To see which groups exist use <a href="resource_Group.html#resource_Group_list_limit_offset_countOnly_GET">Group listing</a> API.</dd>
* </dd>
*
* <dt style="margin-top: 5px;">tags (list of tag dictionaries)</dt>
@ -292,7 +292,7 @@ public class Item extends REST<CKANPackage> implements org.gcube.gcat.api.interf
*
*
* <dt style="margin-top: 5px;">resources (list of resource dictionaries)</dt>
* <dd>the items resources, see <a href="../resource_Resource.html">Resource collection</a> for the format of resource dictionaries;</dd>
* <dd>the items resources, see <a href="resource_Resource.html">Resource collection</a> for the format of resource dictionaries;</dd>
*
*
* <dt style="margin-top: 5px;">extras (list of item extra dictionaries)</dt>
@ -301,7 +301,7 @@ public class Item extends REST<CKANPackage> implements org.gcube.gcat.api.interf
* <dt style="margin-top: 5px;">owner_org (string)</dt>
* <dd>
* the id of the items owning organization, see <code>supportedOrganizations</code> property in
* <a href="../resource_Configuration.html#resource_Configuration_read_context_GET">Read Configuration</a>.
* <a href="resource_Configuration.html#resource_Configuration_read_context_GET">Read Configuration</a>.
* The <code>defaultOrganization</code> is used if the author does not specify the organization.
* </dd>
*
@ -347,7 +347,7 @@ public class Item extends REST<CKANPackage> implements org.gcube.gcat.api.interf
* If at least one profile has been defined within this context, then you need to specify the profile's
* type when creating the item.
* You need to insert, among the extras of the JSON object describing the item, a <code>system:type</code>
* property with one of the available profile, see <a href="..//resource_Profile.html#resource_Profile_listOrCount_countOnly_GET">List Profiles</a> API.
* property with one of the available profile, see <a href="resource_Profile.html#resource_Profile_listOrCount_countOnly_GET">List Profiles</a> API.
* The validation of the submitted request will be performed against the profile whose type has been specified.
* The profile's properties need to be specified within the extras field as well.
* </p>
@ -365,7 +365,7 @@ public class Item extends REST<CKANPackage> implements org.gcube.gcat.api.interf
* The <code>social_post</code> query parameter is optional and the default value is <code>false</code>.<br/>
* Please note that even the user indicates <code>social_post=true</code> the social post
* is create only and only if the Catalogue-Manager enabled this feature, see <code>socialPostEnabled</code> property in
* <a href="../resource_Configuration.html#resource_Configuration_read_context_GET">Read Configuration</a>.
* <a href="resource_Configuration.html#resource_Configuration_read_context_GET">Read Configuration</a>.
* </p>
*
*