Skip to content

Implement an endpoint to save technologies #200

@enriquezrene

Description

@enriquezrene

We need to have endpoints that can help us to manage technologies information, here are the required operations:

POST
/technologies

BODY
{
creation_date (timestamp): YYYY-MM-DD hh:mm:ss,
time_entry_id: UUID
name: technology name
}

GET
/technologies

It returns all the stored technologies

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions