Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
S
sshoc-marketplace-backend
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SSHOC
  • sshoc-marketplace-backend
  • Issues
  • #43

Closed
Open
Opened Dec 17, 2020 by Sotiris Karampatakis@sotiris.karampatakisDeveloper

Delete on /tools-services returns 500

I am trying to delete a tool from /tools-services but currently I receive a 500.

curl --location --request DELETE 'https://sshoc-marketplace-api.acdh-dev.oeaw.ac.at/api/tools-services/H5Bjwt' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJNb2RlcmF0b3IiLCJpYXQiOjE2MDgxMzYzODEsImV4cCI6MTYwODIyMjc4MX0.RVfJWaun558d4MSCKbeFhVX89UniWbaI5POto0B-kdryjxOamDw033QfuIRDrqOgm-TtIb2wBpGRIR0pR49NDw'

Tried also with the version id (1042), the result is the same.

{
    "timestamp": "2020-12-17 08:09:19",
    "status": 500,
    "error": null
}
Edited Dec 17, 2020 by Sotiris Karampatakis
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: sshoc/sshoc-marketplace-backend#43