@coscine/api-client 2.11.0 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -3740,7 +3740,7 @@
3740
3740
  };
3741
3741
 
3742
3742
  /* tslint:disable */
3743
- const BASE_PATH$6 = "https://d-sp12.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Project".replace(/\/+$/, "");
3743
+ const BASE_PATH$6 = "https://d-sp25.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Project".replace(/\/+$/, "");
3744
3744
  /**
3745
3745
  *
3746
3746
  * @export
@@ -4342,8 +4342,8 @@
4342
4342
  }),
4343
4343
  /**
4344
4344
  *
4345
- * @summary Creates a project
4346
- * @param {ProjectObject} projectObject A Project Object
4345
+ * @summary Creates a new project
4346
+ * @param {ProjectObject} projectObject The project to create.
4347
4347
  * @param {*} [options] Override http request option.
4348
4348
  * @throws {RequiredError}
4349
4349
  */
@@ -4560,8 +4560,8 @@
4560
4560
  },
4561
4561
  /**
4562
4562
  *
4563
- * @summary Creates a project
4564
- * @param {ProjectObject} projectObject A Project Object
4563
+ * @summary Creates a new project
4564
+ * @param {ProjectObject} projectObject The project to create.
4565
4565
  * @param {*} [options] Override http request option.
4566
4566
  * @throws {RequiredError}
4567
4567
  */
@@ -4704,8 +4704,8 @@
4704
4704
  },
4705
4705
  /**
4706
4706
  *
4707
- * @summary Creates a project
4708
- * @param {ProjectObject} projectObject A Project Object
4707
+ * @summary Creates a new project
4708
+ * @param {ProjectObject} projectObject The project to create.
4709
4709
  * @param {*} [options] Override http request option.
4710
4710
  * @throws {RequiredError}
4711
4711
  */