-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'eclipse-sw360:main' into feat/rest_edit_obligation
- Loading branch information
Showing
21 changed files
with
622 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
// | ||
// Copyright Siemens AG, 2025. Part of the SW360 Portal Project. | ||
// | ||
// This program and the accompanying materials are made | ||
// available under the terms of the Eclipse Public License 2.0 | ||
// which is available at https://www.eclipse.org/legal/epl-2.0/ | ||
// | ||
// SPDX-License-Identifier: EPL-2.0 | ||
// SPDX-FileCopyrightText: 2025, Siemens AG. Part of the SW360 Portal Project. | ||
// SPDX-FileContributor: Nikesh kumar <[email protected]> | ||
// | ||
|
||
[[resources-department]] | ||
=== Department | ||
|
||
The department resource is used to upload a department and its members. | ||
|
||
[[manually-active]] | ||
==== Manually Activating Department Import | ||
|
||
A `GET` request is used to import department data. | ||
|
||
===== Example Request | ||
include::{snippets}/should_document_import_department_manually/curl-request.adoc[] | ||
|
||
===== Example Response | ||
include::{snippets}/should_document_import_department_manually/http-response.adoc[] | ||
|
||
[[schedule-department]] | ||
==== Import Schedule Department. | ||
|
||
A `POST` request is used to import schedule department. | ||
|
||
===== Example Request | ||
include::{snippets}/should_document_import_schedule_department/curl-request.adoc[] | ||
|
||
===== Example Response | ||
include::{snippets}/should_document_import_schedule_department/http-response.adoc[] | ||
|
||
[[cancel-department]] | ||
==== Cancel Schedule Department. | ||
|
||
A `POST` request is used to cancel import schedule department. | ||
|
||
===== Example Request | ||
include::{snippets}/should_document_cancel_import_schedule_department/curl-request.adoc[] | ||
|
||
===== Example Response | ||
include::{snippets}/should_document_cancel_import_schedule_department/http-response.adoc[] | ||
|
||
[[update-folder-path]] | ||
==== Update Folder Path. | ||
|
||
A POST request is used to update the folder path in the department. | ||
|
||
===== Example Request | ||
include::{snippets}/should_document_update_folder_path/curl-request.adoc[] | ||
|
||
===== Example Response | ||
include::{snippets}/should_document_update_folder_path/http-response.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.